System::Decimal::Floor method

Decimal::Floor method

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

static Decimal System::Decimal::Floor(const Decimal &d)
ParameterTypeDescription
dconst Decimal&A decimal number

ReturnValue

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

See Also