public interface IComplexMath<T1, T2> : IMath<T1>
Public Interface IComplexMath(Of T1, T2)
Inherits IMath(Of T1)generic<typename T1, typename T2>
public interface class IComplexMath : IMath<T1>type IComplexMath<'T1, 'T2> =
interface
interface IMath<'T1>
end| Abs | Returns the absolute value. |
| AbsSqr | Returns the absolute square. |
| Acos |
Returns the angle whose cosine is the specified number.
(Inherited from IMathT) |
| Acosh |
Returns the angle whose hyperbolic cosine is the specified number.
(Inherited from IMathT) |
| Angle | Returns the angle. |
| Asin |
Returns the angle whose sine is the specified number.
(Inherited from IMathT) |
| Asinh |
Returns the angle whose hyperbolic sine is the specified number.
(Inherited from IMathT) |
| Atan |
Returns the angle whose tangent is the specified number.
(Inherited from IMathT) |
| Atanh |
Returns the angle whose hyperbolic tangent is the specified number.
(Inherited from IMathT) |
| Conj |
Returns the complex conjugate.
(Inherited from IMathT) |
| Cos |
Returns the cosine of the specified angle.
(Inherited from IMathT) |
| Cosh |
Returns the hyperbolic cosine of the specified angle.
(Inherited from IMathT) |
| Exp |
Returns e raised to the specified power.
(Inherited from IMathT) |
| Imag | Returns the imaginary part. |
| Log |
Returns the natural (base e) logarithm of a specified number.
(Inherited from IMathT) |
| Log(T) |
Returns the logarithm of a specified number in a specified base.
(Inherited from IMathT) |
| Log10 |
Returns the base 10 logarithm of a specified number.
(Inherited from IMathT) |
| Pow(T) |
Returns a specified number raised to the specified power.
(Inherited from IMathT) |
| Pow(Int32) |
Returns a specified number raised to the specified power.
(Inherited from IMathT) |
| Real | Returns the real part. |
| Sin |
Returns the sine of the specified angle.
(Inherited from IMathT) |
| Sinh |
Returns the hyperbolic sine of the specified angle.
(Inherited from IMathT) |
| Sqrt |
Returns the square root of a specified number.
(Inherited from IMathT) |
| Tan |
Returns the tangent of the specified angle.
(Inherited from IMathT) |
| Tanh |
Returns the hyperbolic tangent of the specified angle.
(Inherited from IMathT) |