| FDO API Reference | Feature Data Objects |
#include <DoubleValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoDoubleValue:
Definition at line 32 of file DoubleValue.h.
Public Member Functions | |
| FDO_API FdoDataType | GetDataType () |
| Gets the data type of the FdoDoubleValue. | |
| FDO_API double | GetDouble () |
| Gets the double value. | |
| FDO_API | operator double () |
| A cast operator to get the double value. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoDoubleValue to the appropriate expression processor operation. | |
| FDO_API void | SetDouble (double value) |
| Sets the double value as a double precision floating point number. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoDoubleValue * | Create (double value) |
| Constructs a default instance of an FdoDoubleValue using the specified arguments. | |
| FDO_API FdoDoubleValue * | Create () |
| Constructs a default instance of an FdoDoubleValue with a value of null. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| virtual FdoCompareType | DoCompare (FdoDataValue *other) |
| Type-specific comparison function. Each sub-class has its own implementation. | |
| FdoDoubleValue (double value) | |
| Constructs a default instance of an FdoDoubleValue using the specified arguments. | |
| FdoDoubleValue () | |
| Constructs a default instance of an FdoDoubleValue with a value of null. | |
| virtual | ~FdoDoubleValue () |
| Default destructor for FdoDoubleValue. | |
Static Protected Member Functions | |
| FdoDoubleValue * | Create (FdoDataValue *src, FdoBoolean truncate=false, FdoBoolean nullIfIncompatible=false) |
| DOXYGEN-IGNORE Constructs an instance of an FdoDoubleValue from another FdoDataValue. | |
Protected Attributes | |
| double | m_data |
Friends | |
| class | FdoByteValue |
| DOXYGEN-IGNORE | |
| class | FdoInt16Value |
| class | FdoInt32Value |
| class | FdoInt64Value |
| class | FdoSingleValue |
|
|
Constructs a default instance of an FdoDoubleValue with a value of null.
|
|
|
Constructs a default instance of an FdoDoubleValue using the specified arguments.
|
|
|
Default destructor for FdoDoubleValue.
|
|
||||||||||||||||
|
DOXYGEN-IGNORE Constructs an instance of an FdoDoubleValue from another FdoDataValue.
|
|
|
Constructs a default instance of an FdoDoubleValue using the specified arguments.
|
|
|
Constructs a default instance of an FdoDoubleValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Type-specific comparison function. Each sub-class has its own implementation.
Reimplemented from FdoDataValue. |
|
|
Gets the data type of the FdoDoubleValue.
Implements FdoDataValue. |
|
|
Gets the double value.
|
|
|
A cast operator to get the double value.
Definition at line 147 of file DoubleValue.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoDoubleValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the double value as a double precision floating point number.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
DOXYGEN-IGNORE
Reimplemented from FdoDataValue. Definition at line 35 of file DoubleValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 36 of file DoubleValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 37 of file DoubleValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 38 of file DoubleValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 39 of file DoubleValue.h. |
|
|
Definition at line 189 of file DoubleValue.h. |
| Comments or suggestions? Send us feedback. |