示例#1
0
文件: Decimal64.cs 项目: noop-dev/DFP
 public Boolean IsNegative()
 {
     return(NativeImpl.isNegative(Bits));
 }