コード例 #1
0
ファイル: Math.cs プロジェクト: pmq20/mono_forked
 public static decimal Truncate(decimal d)
 {
     return(Decimal.Truncate(d));
 }