FDO API Reference | Feature Data Objects |
#include <DecimalValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoDecimalValue:
Definition at line 32 of file DecimalValue.h.
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 FdoString * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
FDO_API FdoDecimalValue * | Create (double value) |
Constructs an instance of an FdoDecimalValue using the specified arguments. | |
FDO_API FdoDecimalValue * | Create () |
Constructs a default instance of an FdoDecimalValue with a value of null. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoDecimalValue (double value) | |
Constructs a default instance of an FdoDecimalValue using the specified arguments. | |
FdoDecimalValue () | |
DOXYGEN-IGNORE Constructs a default instance of an FdoDecimalValue with a value of null. | |
virtual | ~FdoDecimalValue () |
Default destructor for FdoDecimalValue. | |
Protected Attributes | |
double | m_data |
DOXYGEN-IGNORE |
|
DOXYGEN-IGNORE Constructs a default instance of an FdoDecimalValue with a value of null.
|
|
Constructs a default instance of an FdoDecimalValue using the specified arguments.
|
|
Default destructor for FdoDecimalValue.
|
|
Constructs an instance of an FdoDecimalValue using the specified arguments.
|
|
Constructs a default instance of an FdoDecimalValue with a value of null.
|
|
Dispose this object.
Implements FdoIDisposable. |
|
Gets the data type of the FdoDecimalValue.
Implements FdoDataValue. |
|
Gets the decimal value.
|
|
A cast operator to get the decimal value.
Definition at line 138 of file DecimalValue.h. References FDO_API. |
|
Overrides FdoExpression.Process to pass the FdoDecimalValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
Sets the decimal value.
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
DOXYGEN-IGNORE
Definition at line 145 of file DecimalValue.h. |
Comments or suggestions? Send us feedback. |