#include <DecimalValue.h>
Inherits FdoDataValue.
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 | |
static FDO_API FdoDecimalValue * | Create (double value) |
Constructs an instance of an FdoDecimalValue using the specified arguments. | |
static FDO_API FdoDecimalValue * | Create () |
Constructs a default instance of an FdoDecimalValue with a value of null. |
Definition at line 32 of file DecimalValue.h.