Version

Greater Than or Equal Operator (ComplexMatrix)

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