Floor()
Contents
[
Hide
]Math::Floor(const Decimal&) method
Returns the largest integral value that is less than or equal to the specified value.
static Decimal System::Math::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
Math::Floor(double) method
Returns the largest integral value that is less than or equal to the specified value.
static double System::Math::Floor(double d)
Arguments
Parameter | Type | Description |
---|---|---|
d | double | A double-precision floating point number |
Return Value
The largest integral value that is less than or equal to d
See Also
- Class Decimal
- Struct Math
- Namespace System
- Library Aspose.Slides