real class : R getter

Description

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

Syntax

realInstance.R

Arguments

None

Return value

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

Sample code

//anyReal is a instance of real type.

real another = anyReal.R;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.