ConversionRoundUp(Double) Method

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

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static long RoundUp(
	double value
)

Parameters

value  Double
Value to Round.

Return Value

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

See Also