Vector.op_GreaterThanOrEqual Operator

Overload List

#SignatureDescription
1Boolean op_GreaterThanOrEqual(TCplx ALeft, Vector ARight)Returns true, if ALeft is greater or equal from all elements in ARight.
2Boolean op_GreaterThanOrEqual(Vector ALeft, TCplx ARight)Returns true, if Left is greater than or equal to Right.
3Boolean op_GreaterThanOrEqual(Vector ALeft, Vector ARight)Returns true, if coresponding elements in ALeft are greater or equal from coresponding elements in ARight.
4Boolean op_GreaterThanOrEqual(Vector ALeft, Double ARight)Returns true, if all elements of ALeft are greater or equal from ARight.
5Boolean op_GreaterThanOrEqual(Double ALeft, Vector ARight)Returns true, if ALeft is greater or equal from all elements in ARight.

Overload 1: Boolean op_GreaterThanOrEqual(TCplx ALeft, Vector ARight)

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

#NameTypeDescription
1ALeftTCplxscalar
2ARightVector

Returns: Boolean

Overload 2: Boolean op_GreaterThanOrEqual(Vector ALeft, TCplx ARight)

Returns true, if Left is greater than or equal to Right.

#NameTypeDescription
1ALeftVector
2ARightTCplxscalar

Returns: Boolean

Overload 3: Boolean op_GreaterThanOrEqual(Vector ALeft, Vector ARight)

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

#NameTypeDescription
1ALeftVector
2ARightVector

Returns: Boolean

Overload 4: Boolean op_GreaterThanOrEqual(Vector ALeft, Double ARight)

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

#NameTypeDescription
1ALeftVector
2ARightDoublescalar

Returns: Boolean

Overload 5: Boolean op_GreaterThanOrEqual(Double ALeft, Vector ARight)

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

#NameTypeDescription
1ALeftDoublescalar
2ARightVector

Returns: Boolean