Complex32 Conversion (Decimal to Complex32) |
Explicit conversion of a real decimal to a Complex32.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static explicit operator Complex32 (
decimal value
)
Parameters
- value Decimal
- The decimal value to convert.
Return Value
Complex32The result of the conversion.
See Also