Version

Greater Than Operator (ComplexVector)

Compares two ComplexVector instances using the GreaterThan operator pointwise.
Overload List
OverloadDescription
Greater Than(ComplexVector,ComplexVector)Compares two ComplexVector instances using the GreaterThan operator pointwise.  
Greater Than(ComplexVector,Double)Compares a ComplexVector and a double using the GreaterThan operator pointwise.  
Greater Than(Double,ComplexVector)Compares a double and a ComplexVector using the GreaterThan operator pointwise.  
Greater Than(ComplexVector,Complex)Compares a ComplexVector and a Complex number using the GreaterThan operator pointwise.  
Greater Than(Complex,ComplexVector)Compares a Complex number and a ComplexVector using the GreaterThan operator pointwise.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also