| Complex  Conversion (UInt16 to Complex) | 
        
         
            Defines an implicit conversion of a 16-bit unsigned integer to a complex number.
            
 
    Namespace: 
   FinMath
    Assembly:
   FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
 Syntax
Syntaxpublic static implicit operator Complex (
	ushort value
)
Parameters
- value
- Type: SystemUInt16
 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
See Also