java.lang.Object
io.deephaven.javascript.proto.dhinternal.jspb.arith.Int64

@JsType(isNative=true, name="dhinternal.jspb.arith.Int64", namespace="<global>") public class Int64 extends Object
  • Field Details

    • hi

      public double hi
    • lo

      public double lo
  • Constructor Details

    • Int64

      public Int64(double lo, double hi)
  • Method Details

    • fromString

      public static Int64 fromString(String str)
    • add

      public Int64 add(Int64 other)
    • clone_

      @JsMethod(name="clone") public Int64 clone_()
    • sub

      public Int64 sub(Int64 other)
    • toString_

      @JsMethod(name="toString") public String toString_()