Complex number. The semantic of is such that// a, b of type Complex32 a.Conjugate = b;is equivalent to// a, b of type Complex32 a = b.Conjugate
Type ComplexExtensions
Namespace MathNet.Numerics
Complex number. The semantic of is such that// a, b of type Complex32 a.Conjugate = b;is equivalent to// a, b of type Complex32 a = b.Conjugate
Complex.
Complex (exp(x), E^x).
ComplexThe exponential of this complex number.
Complex32 is the imaginary unit.
booltrue if this instance is ImaginaryOne; otherwise, false.
Complex32 evaluates to an
infinite value. True if it either evaluates to a complex infinity or to a directed infinity.
booltrue if this instance is infinite; otherwise, false.
Complex32 evaluates
to a value that is not a number.
booltrue if this instance is NaN ; otherwise, false.
Complex32 is one.
booltrue if this instance is one; otherwise, false.
Complex32 is real.
booltrue if this instance is a real number; otherwise, false.
Complex32 is real and not negative, that is >= 0.
booltrue if this instance is real nonnegative number; otherwise, false.
Complex32 is zero.
booltrue if this instance is zero; otherwise, false.
Complex (Base E).
ComplexThe natural logarithm of this complex number.
Complex with custom base.
ComplexThe logarithm of this complex number.
Complex (Base 10).
ComplexThe common logarithm of this complex number.
Complex number.
doubleThe squared magnitude of the Complex number.
Complex to the given value.
Complex complexThe Complex number to perform this operation on.
Complex exponentThe exponent.
ComplexThe complex number raised to the given exponent.
Complex to the inverse of the given value.
Complex complexThe Complex number to perform this operation on.
Complex rootExponentThe root exponent.
ComplexThe complex raised to the inverse of the given exponent.
ComplexThe unity of this Complex.
Complex
ComplexThe square of this complex number.
Complex
ComplexThe square root of this complex number.
Complex.
string valuethe string to parse.
IFormatProvider formatProviderAn IFormatProvider that supplies culture-specific formatting information.
ComplexA complex number containing the value specified by the given string.
string valueThe string to parse.
ComplexA complex number containing the value specified by the given string.
Complex32 number based on a string. The string can be in the
following formats (without the quotes): 'n', 'ni', 'n +/- ni',
'ni +/- n', 'n,n', 'n,ni,' '(n,n)', or '(n,ni)', where n is a double.
string valuethe string to parse.
Complex32 number based on a string. The string can be in the
following formats (without the quotes): 'n', 'ni', 'n +/- ni',
'ni +/- n', 'n,n', 'n,ni,' '(n,n)', or '(n,ni)', where n is a double.
string valuethe string to parse.
IFormatProvider formatProviderAn IFormatProvider that supplies culture-specific formatting information.