int class : I getter
Description
Gets an another instance of the int type with the same value.
Syntax
intInstance.I
Arguments
None
Return value
Class | Description |
int | An another instance of the int type with the same value. |
Sample code
//anyInt is a instance of int type.
int another = anyInt.I;
Notes
None
Links for reference
None