Returns the largest integer less than or equal to the specified number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static T Floor(
T value
)
Public Shared Function Floor (
value As T
) As T
public:
static T Floor(
T value
)
static member Floor :
value : 'T -> 'T
Parameters
- value
- Type: T
Return Value
Type:
T
Numerical Libraries
Supported in: 6.0
Reference