ConversionRoundUp(Double) Method
Return an integer value, rounded up from a floating point value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static long RoundUp(
double value
)
Public Shared Function RoundUp (
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 up to next integer value.