long class : TypeName getter

Description

Gets the type name.

Syntax

longInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

//anyLong is a instance of long type.

string typeName = anyLong.TypeName;

Notes

This getter returns "long".

Links for reference

None

Copyright © Rice All rights reserved.