Class UInt64
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hi
public double hi -
lo
public double lo
-
-
Constructor Details
-
UInt64
public UInt64(double lo, double hi)
-
-
Method Details
-
fromString
-
mul32x32
-
add
-
clone_
-
cmp
-
div
-
leftShift
-
lsb
public boolean lsb() -
msb
public boolean msb() -
mul
-
rightShift
-
sub
-
toString_
-
zero
public boolean zero()
-