Version

Greater Than Operator (Vector)

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