FdoSingleValue Class Reference

The FdoSingleValue class derives from FdoDataValue and represents a single precision floating point number. More...

#include <SingleValue.h>

Inherits FdoDataValue.

List of all members.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoSingleValue.
FDO_API float GetSingle ()
 Gets the FdoSingleValue as a single precision floating point number.
FDO_API operator float ()
 A cast operator to get the floating point value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoSingleValue to the appropriate expression processor operation.
FDO_API void SetSingle (float value)
 Sets the FdoSingleValue as a single precision floating point number.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoSingleValueCreate (float value)
 Constructs a default instance of an FdoSingleValue using the specified arguments.
static FDO_API FdoSingleValueCreate ()
 Constructs a default instance of an FdoSingleValue with a value of null.

Detailed Description

The FdoSingleValue class derives from FdoDataValue and represents a single precision floating point number.

Definition at line 32 of file SingleValue.h.


The documentation for this class was generated from the following file: