int class : R getter

Description

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

Syntax

intInstance.R

Arguments

None

Return value

ClassDescription
realAn instance of the real type with the same value.

Sample code

//anyInt is a instance of int type.

real cast = anyInt.R;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.