Checks if the elements of one vector are less than or equal to a constant.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- left
- Type: T
A constant. - right
- Type: Extreme.MathematicsVectorT
A vector.
Return Value
Type:
VectorBooleanA boolean vector whose elements are
if
left is less than or equal to the corresponding element in
right, and
otherwise.
Reference