long class : L getter

Description

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

Syntax

longInstance.I

Arguments

None

Return value

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

Copyright © Rice All rights reserved.