System.Math.Math.Truncate C# (CSharp) Метод

Truncate() публичный статический Метод

public static Truncate ( decimal d ) : decimal
d decimal
Результат decimal
		public static decimal Truncate (decimal d)
		{
			return Decimal.Truncate (d);
		}

Same methods

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