Class JsNumber

java.lang.Object
elemental2.core.JsNumber

@JsType(isNative=true, name="Number", namespace="<global>") public class JsNumber extends Object
  • Field Details

    • EPSILON

      @JsOverlay public static final double EPSILON
    • MAX_SAFE_INTEGER

      @JsOverlay public static final double MAX_SAFE_INTEGER
    • MAX_VALUE

      @JsOverlay public static final double MAX_VALUE
    • MIN_SAFE_INTEGER

      @JsOverlay public static final double MIN_SAFE_INTEGER
    • MIN_VALUE

      @JsOverlay public static final double MIN_VALUE
    • NEGATIVE_INFINITY

      @JsOverlay public static final double NEGATIVE_INFINITY
    • NaN

      @JsOverlay public static final double NaN
    • POSITIVE_INFINITY

      @JsOverlay public static final double POSITIVE_INFINITY
  • Constructor Details

    • JsNumber

      public JsNumber()
    • JsNumber

      public JsNumber(Object value)
  • Method Details