Complex Conversion (Double to Complex)
|
Defines an implicit conversion of a Double-precision floating-point
number to a complex number.
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public static implicit operator Complex (
double value
)
Parameters
- value
- Type: SystemDouble
The value to convert to a complex number.
Return Value
Type:
Complex
An object that contains the value of the
value parameter as its
real part and zero as its imaginary part.
See Also