.NET Framework Class Library
Math.Truncate Method
Calculates the integral part of a number.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
Truncate(Decimal) | Calculates the integral part of a specified decimal number. |
|
Truncate(Double) | Calculates the integral part of a specified double-precision floating-point number. |
Remarks
The number is rounded to the nearest integer towards zero.
See Also
