Matrix.op_GreaterThan Operator

Overload List

#SignatureDescription
1Boolean op_GreaterThan(Matrix ALeft, Matrix ARight)Returns true, if ALeft is greater than ARight.
2Boolean op_GreaterThan(Matrix ALeft, TCplx ARight)Returns true, if ALeft is greater than ARight.
3Boolean op_GreaterThan(Matrix ALeft, Vector ARight)Returns true, if ALeft is greater than ARight.
4Boolean op_GreaterThan(Matrix ALeft, Double ARight)Returns true, if ALeft is greater than ARight.
5Boolean op_GreaterThan(TCplx ALeft, Matrix ARight)Returns true, if ALeft is greater than ARight.
6Boolean op_GreaterThan(Vector ALeft, Matrix ARight)Returns true, if ALeft is greater than ARight.
7Boolean op_GreaterThan(Double ALeft, Matrix ARight)Returns true, if ALeft is greater than ARight.

Overload 1: Boolean op_GreaterThan(Matrix ALeft, Matrix ARight)

Returns true, if ALeft is greater than ARight.

#NameTypeDescription
1ALeftMatrix
2ARightMatrix

Returns: Boolean

Remarks:

Returns true, if ALeft is greater than to all elements in ARight.

Overload 2: Boolean op_GreaterThan(Matrix ALeft, TCplx ARight)

Returns true, if ALeft is greater than ARight.

#NameTypeDescription
1ALeftMatrix
2ARightTCplxscalar

Returns: Boolean

Remarks:

Returns true, if all elements in ALeft are greater than ARight.

Overload 3: Boolean op_GreaterThan(Matrix ALeft, Vector ARight)

Returns true, if ALeft is greater than ARight.

#NameTypeDescription
1ALeftMatrix
2ARightVector

Returns: Boolean

Remarks:

Returns true, if ALeft is greater than to all elements in ARight.

Overload 4: Boolean op_GreaterThan(Matrix ALeft, Double ARight)

Returns true, if ALeft is greater than ARight.

#NameTypeDescription
1ALeftMatrix
2ARightDoublescalar

Returns: Boolean

Remarks:

Returns true, if all elements in ALeft are greater than ARight.

Overload 5: Boolean op_GreaterThan(TCplx ALeft, Matrix ARight)

Returns true, if ALeft is greater than ARight.

#NameTypeDescription
1ALeftTCplxscalar
2ARightMatrix

Returns: Boolean

Remarks:

Returns true, if ALeft is greater than to all elements in ARight.

Overload 6: Boolean op_GreaterThan(Vector ALeft, Matrix ARight)

Returns true, if ALeft is greater than ARight.

#NameTypeDescription
1ALeftVector
2ARightMatrix

Returns: Boolean

Remarks:

Returns true, if ALeft is greater than to all elements in ARight.

Overload 7: Boolean op_GreaterThan(Double ALeft, Matrix ARight)

Returns true, if ALeft is greater than ARight.

#NameTypeDescription
1ALeftDoublescalar
2ARightMatrix

Returns: Boolean

Remarks:

Returns true, if ALeft is greater than to all elements in ARight.