ConversionRoundUp(Single) Method

Return an integer value, rounded up from a floating point value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public static int RoundUp(
	float value
)

Parameters

value  Single
Value to Round.

Return Value

Int32
Caller's value, rounded up to next integer value.

See Also