Ejemplo n.º 1
0
 public static Decimal64 FromLong(long value)
 {
     return(new Decimal64(NativeImpl.fromInt64(value)));
 }