FDO API Reference Feature Data Objects

DecimalValue Class Reference

List of all members.

Detailed Description

The FdoDecimalValue class derives from FdoDataValue and represents a decimal value.


Public Member Functions

 DecimalValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 DecimalValue (System::Double value)
 Constructs an instance of an FdoDecimalValue using the specified arguments.
 DecimalValue ()
 Constructs a default instance of an FdoDecimalValue with a value of null.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoDecimalValue.
__property System::Double get_Decimal ()
 Gets the decimal value.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoDecimalValue to the appropriate expression processor operation.
__property System::Void set_Decimal (System::Double value)
 Sets the decimal value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::Double op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::DecimalValue *value)
 A cast operator to get the decimal value.

Comments or suggestions? Send us feedback.