Click or drag to resize

Complex   Conversion (Double to Complex)

Converts the given double value into a complex value by setting the Real part to the value and imaginary part to zero

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static implicit operator Complex (
	double value
)

Parameters

value  Double
The source double value

Return Value

Complex
A complex representation of the double value
See Also