Dense Vector<T>.Less Than Core Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Less | Checks if the elements of one vector are less than a constant. |
Less | Checks if the elements of one vector are greater than the corresponding elements of another vector. |
LessThanCore(T, Vector<Boolean>)
Checks if the elements of one vector are less than a constant.
protected override Vector<bool> LessThanCore(
T right,
Vector<bool> result
)
Parameters
Return Value
Vector<Boolean>A boolean vector whose elements are true if the corresponding element in this vector is less than right, and false otherwise.