Version

Less Than Operator (ComplexVector)

Compares two ComplexVector instances using the LessThan operator pointwise.
Overload List
OverloadDescription
Less Than(ComplexVector,ComplexVector)Compares two ComplexVector instances using the LessThan operator pointwise.  
Less Than(ComplexVector,Double)Compares a ComplexVector and a double using the LessThan operator pointwise.  
Less Than(Double,ComplexVector)Compares a double and a ComplexVector using the LessThan operator pointwise.  
Less Than(ComplexVector,Complex)Compares a ComplexVector and a Complex number using the LessThan operator pointwise.  
Less Than(Complex,ComplexVector)Compares a Complex number and a ComplexVector using the LessThan 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