Imaginary<T> Methods
Methods
Abs | Returns the absolute value of an imaginary number. |
Acos | Gets the inverse cosine of an imaginary number. |
Acosh | Gets the inverse hyperbolic cosine of an imaginary number. |
Add( | Adds an imaginary number to a real number. |
Add( | Adds an imaginary number to a real number. |
Add( | Adds two imaginary numbers. |
Arg | Returns the argument of an imaginary number. |
Asin | Gets the inverse sine of an imaginary number. |
Asinh | Gets the inverse hyperbolic sine of an imaginary number. |
Atan | Gets the inverse tangent of an imaginary number. |
Atanh | Gets the inverse hyperbolic tangent of an imaginary number. |
Cbrt | Returns the first square root of an imaginary number. |
Conjugate() | Returns the conjugate of this imaginary number. |
Conjugate( | Returns the conjugate of an imaginary number. |
Conjugate | Multiplies the Conjugate() of an imaginary number and a second imaginary number. |
Cos | Gets the cosine of an imaginary number. |
Cosh | Gets the hyperbolic cosine of an imaginary number. |
Deconstruct | Deconstructs an imaginary number into its real and complex parts. |
Divide( | Divides a real number by an imaginary number. |
Divide( | Divides an imaginary number by a real number. |
Divide( | Divides an imaginary number by another. |
Equals( | Compares an imaginary number to a complex number. |
Equals( | Compares an imaginary number to a real number. |
Equals( | Compares an imaginary number to another complex number. |
Equals( |
Overridden. Returns whether this
instance is equal to a specified object.
(Overrides ValueType.Equals(Object)) |
Exp | Returns e raised to the specified power. |
Exp10 | Returns 10 raised to the specified power. |
Exp2 | Returns 2 raised to the specified power. |
Exp | Computes E raised to a given power and subtracts one. |
Get |
Overridden. Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()) |
Get | Returns an array of Doubles that contains the imaginary parts of an array of complex numbers. |
Get | Returns an array of Doubles that contains the real parts of an array of complex numbers. |
Get | Gets the Type of the current instance. (Inherited from Object) |
IsInfinity | Indicates whether an imaginary number is infinite. |
IsNa | Indicates whether an imaginary number is undefined. |
Log( | Returns the natural logarithm of an imaginary number. |
Log( | Returns the logarithm of an imaginary number to the specified base. |
Log10 | Returns the base 10 logarithm of an imaginary number. |
Log2 | Returns the base 2 logarithm of an imaginary number. |
Multiply( | Multiplies an imaginary number and a real number. |
Multiply( | Multiplies an imaginary number and a real number. |
Multiply( | Multiplies two imaginary numbers. |
Negate | Negates an imaginary number. |
Plus | Applies the unary plus operator to an imaginary number. |
Pow( | Returns an imaginary number raised to the specified power. |
Pow( | Returns an imaginary number raised to the specified power. |
Pow( | Returns an imaginary number raised to the specified integer power. |
Reciprocal | Returns the reciprocal of an imaginary number. |
Sin | Gets the sine of an imaginary number. |
Sin | Gets the sine and cosine of an imaginary number. |
Sinh | Gets the hyperbolic sine of an imaginary number. |
Sqrt | Returns the first square root of an imaginary number. |
Subtract( | Subtracts an imaginary number from a real number. |
Subtract( | Subtracts a real number from an imaginary number. |
Subtract( | Subtracts two imaginary numbers. |
Tan | Gets the tangent of an imaginary number. |
Tanh | Gets the hyperbolic tangent of an imaginary number. |
ToString() |
Converts the numeric value of this instance to its
equivalent string representation.
(Overrides ValueType.ToString()) |
ToString( | Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. |
ToString( | Converts the numeric value of this instance to its equivalent string representation using the specified format. |
ToString( | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. |