long class : R getter

Description

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

Syntax

longInstance.R

Arguments

None

Return value

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

Sample code

//anyLong is a instance of long type.

real cast = anyLong.R;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.