real class : TypeName getter

Description

Gets the type name.

Syntax

realInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

//anyReal is a instance of real type.

string typeName = anyReal.TypeName;

Notes

This getter returns "real".

Links for reference

None

Copyright © Rice All rights reserved.