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