| FDO API Reference | Feature Data Objects |
#include <SingleValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoSingleValue:

Definition at line 32 of file SingleValue.h.
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 FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| static FDO_API FdoSingleValue * | Create (float value) |
| Constructs a default instance of an FdoSingleValue using the specified arguments. | |
| static FDO_API FdoSingleValue * | Create () |
| Constructs a default instance of an FdoSingleValue with a value of null. | |
Protected Attributes | |
| float | m_data |
| Comments or suggestions? Send us feedback. |