示例#1
0
文件: Decimal64.cs 项目: noop-dev/DFP
 public static Decimal64 FromLong(long value)
 {
     return(new Decimal64(NativeImpl.fromInt64(value)));
 }