ILNumerics Ultimate VS

complex  Conversion (Double 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 (
	double a
)

Parameters

a
Type: SystemDouble
Value to cast

Return Value

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

[ILNumerics Core Module]

See Also

Reference