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