System.Math.Math.Truncate C# (CSharp) Method

Truncate() public static method

public static Truncate ( decimal d ) : decimal
d decimal
return decimal
		public static decimal Truncate (decimal d)
		{
			return Decimal.Truncate (d);
		}

Same methods

Math.Math::Truncate ( double d ) : double