FdoDecimalValue Class Reference

The FdoDecimalValue class derives from FdoDataValue and represents a decimal value. More...

#include <DecimalValue.h>

Inherits FdoDataValue.

List of all members.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoDecimalValue.
FDO_API double GetDecimal ()
 Gets the decimal value.
FDO_API operator double ()
 A cast operator to get the decimal value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoDecimalValue to the appropriate expression processor operation.
FDO_API void SetDecimal (double value)
 Sets the decimal value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoDecimalValueCreate (double value)
 Constructs an instance of an FdoDecimalValue using the specified arguments.
static FDO_API FdoDecimalValueCreate ()
 Constructs a default instance of an FdoDecimalValue with a value of null.

Detailed Description

The FdoDecimalValue class derives from FdoDataValue and represents a decimal value.

Definition at line 32 of file DecimalValue.h.


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