MatrixInt.op_GreaterThanOrEqual Operator

Overload List

#SignatureDescription
1Boolean op_GreaterThanOrEqual(MatrixInt ALeft, MatrixInt ARight)Returns true, if coresponding elements in ALeft are greater or equal from coresponding elements in ARight.
2Boolean op_GreaterThanOrEqual(MatrixInt ALeft, Int32 ARight)Returns true, if all elements of ALeft are greater or equal from ARight.
3Boolean op_GreaterThanOrEqual(Int32 ALeft, MatrixInt ARight)Returns true, if ALeft is greater or equal from all elements in ARight.

Overload 1: Boolean op_GreaterThanOrEqual(MatrixInt ALeft, MatrixInt ARight)

Returns true, if coresponding elements in ALeft are greater or equal from coresponding elements in ARight.

#NameTypeDescription
1ALeftMatrixInt
2ARightMatrixInt

Returns: Boolean

Overload 2: Boolean op_GreaterThanOrEqual(MatrixInt ALeft, Int32 ARight)

Returns true, if all elements of ALeft are greater or equal from ARight.

#NameTypeDescription
1ALeftMatrixInt
2ARightInt32

Returns: Boolean

Overload 3: Boolean op_GreaterThanOrEqual(Int32 ALeft, MatrixInt ARight)

Returns true, if ALeft is greater or equal from all elements in ARight.

#NameTypeDescription
1ALeftInt32
2ARightMatrixInt

Returns: Boolean