Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Character Representation Of Real Numbers Overview


Purpose

Defines the format of a real number type when it is converted into a string.

[Top]


Architectural relationships

A format defined using this API is passed to descriptor functions that convert real numbers to strings.

[Top]


Description

The character representation of real numbers specifies aspects of number formatting such as number of decimal places, number of significant digits, and standard or scientific format.

The API is provided by the TRealFormat.

[Top]


See also

Descriptors Overview