コード例 #1
0
 public static int Round(this double value)
 {
     return(NumericExtensions.Round(value, MidpointRounding.AwayFromZero));
 }