IFractional Operations<T>.Floor Method
Returns the largest integer less than or equal to a value.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The largest integer less than or equal to a.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Floor(
T a
)
Parameters
- a T
- A value.
Return Value
TThe largest integer less than or equal to a.