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

Checks if the elements of one vector are less than 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  Vector<T>
A vector.
right  T
A constant.

Return Value

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

Exceptions

See Also