Java jdk.nashorn.internal.objects NativeNumber fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.internal.objects NativeNumber fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.internal.objects NativeNumber.

The text is from its open source code.

Method

Objectconstructor(final boolean newObj, final Object self, final Object... args)
ECMA 15.7.2 - The Number constructor
doublegetValue()
Get the value of this Number
doublevalueOf(final Object self)
ECMA 15.7.4.4 Number.prototype.valueOf ( )