TComplexInequality Operator

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static bool operator !=(
	TComplex c1,
	TComplex c2
)

Parameters

c1  TComplex
 
c2  TComplex
 

Return Value

Boolean

See Also