| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::DoubleValue:

()
Definition at line 36 of file mgDoubleValue.h.
Public Member Functions | |
| DoubleValue (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs a DoubleValue object based on an unmanaged instance of the object. | |
| DoubleValue (System::Double value) | |
| Constructs a default instance of an DoubleValue using the specified arguments. | |
| DoubleValue () | |
| Constructs a default instance of an DoubleValue with a value of null. | |
| __property OSGeo::FDO::Schema::DataType | get_DataType () |
| Gets the data type of the DoubleValue. | |
| __property System::Double | get_Double () |
| Gets the double value. | |
| System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
| Overrides Expression.Process to pass the DoubleValue to the appropriate expression processor operation. | |
| __property System::Void | set_Double (System::Double value) |
| Sets the double value as a double precision floating point number. | |
| System::String * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| static System::Double | op_Explicit (OSGeo::FDO::Expression::DoubleValue *value) |
| A cast operator to get the double value. | |
| Comments or suggestions? Send us feedback. |