Example #1
0
 public static UInt16 ToN64(this UInt16 Value)
 {
     return(Value.Reverse());
 }