TIBCO Adapter SDK C++ Reference
MReal
Class Hierarchy | C++ Classes and Methods | Members | Methods
Class to be used for data of type real.
Remarks
This class is governed by the MPrimitiveClassDescription data members m_r4 or m_r8.

m_r4 - Real number with 7 significant digits with magnitude ranging from 10–38 to 10+38 .31415E+1

m_r8 - Real number with 15 digits of precision .3141159265358979E+1

The actual value depends on the operating system you work on.

Declaration
class MReal : public MData;
Class Hierarchy
MObject
    MData
        MReal
File
MReal.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.