int class : I getter

Description

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

Syntax

intInstance.I

Arguments

None

Return value

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

Copyright © Rice All rights reserved.