 | MathUtilsFloor Method |
Rounds the passed float value down.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Floor(
float x
)
Public Shared Function Floor (
x As Single
) As Single
public:
static float Floor(
float x
)
static member Floor :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Value to round.
Return Value
Type:
Single Rounded value.
See Also