Complex Conversion (Decimal to Complex)
|
Defines an explicit conversion of a Decimal value to a complex number.
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public static explicit operator Complex (
decimal value
)
Parameters
- value
- Type: SystemDecimal
The value to convert to a complex number.
Return Value
Type:
Complex
A complex number that has a real component equal to
value and an
imaginary component equal to zero.
See Also