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
Parameter | Type | Description |
---|---|---|
d | const Decimal& | A decimal number |
Return Value
The largest integral value that is less than or equal to d
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides