public static class JsArrayNumber
extends Object
A simple wrapper around a homogeneous native array of numeric values.
All native JavaScript numeric values are implicitly double-precision, so only
double values may be set and retrieved.
This class may not be directly instantiated, and can only be returned from a
native method. For example,
native JsArrayNumber getNativeArray() /*-{
return [1.1, 2.2, 3.3];
}-* /;
- See Also:
- Serialized Form