Complex.op_Explicit

explicit operator

Performs an explicit conversion from Double to Complex.

public static explicit operator Complex(double value)
ParameterTypeDescription
valueDoubleThe value.

Return Value

The result of the conversion.

See Also


explicit operator

Performs an explicit conversion from Single to Complex.

public static explicit operator Complex(float value)
ParameterTypeDescription
valueSingleThe value.

Return Value

The result of the conversion.

See Also