Click or drag to resize

Complex32ToComplex Method

Converts this Complex32 to a Complex.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Complex ToComplex()

Return Value

Complex
A Complex with the same values as this Complex32.
See Also