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

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

    • hi

      public double hi
    • lo

      public double lo
  • Constructor Details

    • UInt64

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

    • fromString

      public static UInt64 fromString(String str)
    • mul32x32

      public static UInt64 mul32x32(double a, double b)
    • add

      public UInt64 add(UInt64 other)
    • clone_

      @JsMethod(name="clone") public UInt64 clone_()
    • cmp

      public double cmp(UInt64 other)
    • div

      public elemental2.core.JsArray<Object> div(double divisor)
    • leftShift

      public UInt64 leftShift()
    • lsb

      public boolean lsb()
    • msb

      public boolean msb()
    • mul

      public UInt64 mul(double a)
    • rightShift

      public UInt64 rightShift()
    • sub

      public UInt64 sub(UInt64 other)
    • toString_

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

      public boolean zero()