Пример #1
0
 public static Single ToSingle(this Decimal d)
 {
     return(Decimal.ToSingle(d));
 }