ConversionRoundDown(Decimal) Method

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

Definition

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

Parameters

value  Decimal
Value to Round.

Return Value

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

See Also