Rounds a number down to the nearest integer.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Floor(
BigFloat value
)
Public Shared Function Floor (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Floor(
BigFloat^ value
)
static member Floor :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe
BigFloat value that equals the largest integer
less than or equal to
value.
Reference