FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::SingleValue:
Public Member Functions | |
__property OSGeo::FDO::Schema::DataType | get_DataType () |
Gets the data type of the SingleValue. | |
__property System::Single | get_Single () |
Gets the SingleValue as a single precision floating point number. | |
System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
Overrides Expression.Process to pass the SingleValue to the appropriate expression processor operation. | |
__property System::Void | set_Single (System::Single value) |
Sets the SingleValue as a single precision floating point number. | |
SingleValue (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a SingleValue object based on an unmanaged instance of the object. | |
SingleValue (System::Single value) | |
Constructs a default instance of an SingleValue using the specified arguments. | |
SingleValue () | |
Constructs a default instance of an SingleValue with a value of null. | |
System::String * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
System::Single | op_Explicit (OSGeo::FDO::Expression::SingleValue *value) |
A cast operator to get the floating point value. |
|
Constructs a default instance of an SingleValue with a value of null.
|
|
Constructs a default instance of an SingleValue using the specified arguments.
|
|
Constructs a SingleValue object based on an unmanaged instance of the object.
|
|
Gets the data type of the SingleValue.
Reimplemented from OSGeo::FDO::Expression::DataValue. |
|
Gets the SingleValue as a single precision floating point number.
|
|
A cast operator to get the floating point value.
|
|
Overrides Expression.Process to pass the SingleValue to the appropriate expression processor operation.
Reimplemented from OSGeo::FDO::Expression::Expression. |
|
Sets the SingleValue as a single precision floating point number.
|
|
Returns the well defined text representation of this expression.
Reimplemented from OSGeo::FDO::Expression::Expression. |
Comments or suggestions? Send us feedback. |