Dense Vector<T, TStorage>.Greater Than Core Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Greater | Checks if the elements of one vector are greater than a constant. |
Greater | Checks if the elements of one vector are greater than the corresponding elements of another vector. |
GreaterThanCore(T, Vector<Boolean>)
Checks if the elements of one vector are greater than a constant.
protected override Vector<bool> GreaterThanCore(
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 greater than right, and false otherwise.