Class BigIntegerWrapper

java.lang.Object
io.deephaven.web.client.api.BigIntegerWrapper

@JsType(namespace="dh") public class BigIntegerWrapper extends Object
Wrap BigInteger values for use in JS. Provides text formatting for display and access to the underlying value.
  • Constructor Details

    • BigIntegerWrapper

      @JsIgnore public BigIntegerWrapper(@Nonnull BigInteger value)
  • Method Details