TComplex   Conversion (TNumber to TComplex)

Defines an implicit conversion of a TNumber value to a TComplex.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static implicit operator TComplex (
	TNumber value
)

Parameters

value  TNumber
The value to convert to a TComplex.

Return Value

TComplex

See Also