Vector<T>.DotGreaterEquals(T, Vector<T>) Operator

Checks if the elements of one vector are greater than or equal to a constant.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

left  T
A constant.
right  Vector<T>
A vector.

Return Value

Vector<Boolean>
A boolean vector whose elements are true if left is greater than or equal to the corresponding element in right, and false otherwise.

Exceptions

See Also