Click or drag to resize

Complex32   Conversion (UInt64 to Complex32)

Implicit conversion of a real ulong to a Complex32.

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

Parameters

value  UInt64
The ulong value to convert.

Return Value

Complex32
The result of the conversion.
See Also