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