number
Description
The number object is considered to be a value type and does not
require a call to a new() method in order to be
initialized; normal assignment using the assignment operator
= is sufficient.
Type Tags
None
Object Value
The value of a number object is its content.
Properties
| Property | Type | Description |
|---|---|---|
| type | type | Specifies the number type object. |


