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).
Complex
The exponential of this complex number.
Complex32
is the imaginary unit.
bool
true
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.
bool
true
if this instance is infinite; otherwise, false
.
Complex32
evaluates
to a value that is not a number.
bool
true
if this instance is NaN
; otherwise, false
.
Complex32
is one.
bool
true
if this instance is one; otherwise, false
.
Complex32
is real.
bool
true
if this instance is a real number; otherwise, false
.
Complex32
is real and not negative, that is >= 0.
bool
true
if this instance is real nonnegative number; otherwise, false
.
Complex32
is zero.
bool
true
if this instance is zero; otherwise, false
.
Complex
(Base E).
Complex
The natural logarithm of this complex number.
Complex
with custom base.
Complex
The logarithm of this complex number.
Complex
(Base 10).
Complex
The common logarithm of this complex number.
Complex
number.
double
The squared magnitude of the Complex
number.
Complex
to the given value.
Complex
complexThe Complex number to perform this operation on.
Complex
exponentThe exponent.
Complex
The 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.
Complex
The complex raised to the inverse of the given exponent.
Complex
The unity of this Complex
.
Complex
Complex
The square of this complex number.
Complex
Complex
The square root of this complex number.
Complex
.
string
valuethe string to parse.
IFormatProvider
formatProviderAn IFormatProvider that supplies culture-specific formatting information.
Complex
A complex number containing the value specified by the given string.
string
valueThe string to parse.
Complex
A 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.