コード例 #1
0
 public static Int16 ToInt16(this Decimal value)
 {
     return(Decimal.ToInt16(value));
 }