Complex Conversion (UInt32 to Complex)
|
Defines an implicit conversion of a 32-bit unsigned integer to a complex number.
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public static implicit operator Complex (
uint value
)
Parameters
- value
- Type: SystemUInt32
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