ConversionRoundDown(Single) Method
Return an integer value, rounded down from a floating point value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int RoundDown(
float value
)
Public Shared Function RoundDown (
value As Single
) As Integer
No code example is currently available or this language may not be supported.
- value Single
-
Value to Round.
Int32
Caller's value, rounded down to next integer value.