Complex32 Conversion (BigInteger to Complex32) |
Implicit conversion of a BigInteger int to a Complex32.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static implicit operator Complex32 (
BigInteger value
)
Parameters
- value BigInteger
- The BigInteger value to convert.
Return Value
Complex32The result of the conversion.
See Also