ILNumerics Ultimate VS

complex  Conversion (fcomplex to complex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Cast value to complex number

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static implicit operator complex (
	fcomplex a
)

Parameters

a
Type: ILNumericsfcomplex
Value to cast

Return Value

Type: complex
Complex number with the real part having the value of a casted to double and the imaginary part is 0.
Remarks

[ILNumerics Core Module]

See Also

Reference