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