Click or drag to resize

Complex32   Conversion (Complex to Complex32)

Explicit conversion of a Complex to a Complex32.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static explicit operator Complex32 (
	Complex value
)

Parameters

value  Complex
The decimal value to convert.

Return Value

Complex32
The result of the conversion.
See Also