Math.Truncate Method (System)

Switch View :
ScriptFree
.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
Public method Static member Truncate(Decimal) Calculates the integral part of a specified decimal number.
Public method Static member Truncate(Double) Calculates the integral part of a specified double-precision floating-point number.
Top
Remarks

The number is rounded to the nearest integer towards zero.

See Also

Reference