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