IOperations<T>.Less Than Or Equal Method
Returns if one number is less than or equal to another.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
bool LessThanOrEqual(
T left,
T right
)