Esempio n. 1
0
 public Int32 CompareTo(Decimal64 other)
 {
     return(NativeImpl.compare(Bits, other.Bits));
 }