示例#1
0
文件: Decimal64.cs 项目: noop-dev/DFP
 public Int32 CompareTo(Decimal64 other)
 {
     return(NativeImpl.compare(Bits, other.Bits));
 }