int class : L getter

Description

Gets an instance of the long type with the same value.

Syntax

intInstance.L

Arguments

None

Return value

ClassDescription
longAn 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

Copyright © Rice All rights reserved.