FDO API Reference Feature Data Objects

SingleValue Class Reference

List of all members.

Detailed Description

The FdoSingleValue class derives from FdoDataValue and represents a single precision floating point number.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoSingleValue.
__property System::Single get_Single ()
 Gets the FdoSingleValue as a single precision floating point number.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoSingleValue to the appropriate expression processor operation.
__property System::Void set_Single (System::Single value)
 Sets the FdoSingleValue as a single precision floating point number.
 SingleValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 SingleValue (System::Single value)
 Constructs a default instance of an FdoSingleValue using the specified arguments.
 SingleValue ()
 Constructs a default instance of an FdoSingleValue with a value of null.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::Single op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::SingleValue *value)
 A cast operator to get the floating point value.

Comments or suggestions? Send us feedback.