integer
Description
The integer 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 an integer object is its content.
Properties
Property | Type | Description |
---|---|---|
type | type | Specifies the integer type object. |