Math.Floor Method
.NET Framework 2.0
Returns the largest integer less than or equal to the specified number.
| Name | Description |
|---|---|
| Math.Floor (Decimal) | Returns the largest integer less than or equal to the specified decimal number. |
| Math.Floor (Double) | Returns the largest integer less than or equal to the specified double-precision floating-point number. Supported by the .NET Compact Framework. |