コード例 #1
0
 public static Int16 ToN64(this Int16 Value)
 {
     return(Value.Reverse());
 }