Complex32 Conversion (UInt16 to Complex32) |
Implicit conversion of a unsigned real short to a Complex32.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static implicit operator Complex32 (
ushort value
)
Parameters
- value UInt16
- The unsigned short value to convert.
Return Value
Complex32The result of the conversion.
See Also