Big Float.Floor Method
Rounds a number down to the nearest integer.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The BigFloat value that equals the largest integer less than or equal to value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Floor(
BigFloat value
)
Parameters
Return Value
BigFloatThe BigFloat value that equals the largest integer less than or equal to value.
Implements
IFloatingPoint<TSelf>.Floor(TSelf)Exceptions
Argument | value is null. |