Floor()

Decimal::Floor(const Decimal&) method

Returns the largest integral value that is less than or equal to the specified value.

static Decimal System::Decimal::Floor(const Decimal &d)

Arguments

ParameterTypeDescription
dconst Decimal&A decimal number

Return Value

The largest integral value that is less than or equal to d

See Also