FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Expression::DecimalValue Class Reference
[OSGeo::FDO::Expression]

Inherits OSGeo::FDO::Expression::DataValue.

Inheritance diagram for OSGeo::FDO::Expression::DecimalValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The DecimalValue class derives from DataValue and represents a decimal value.

()

Definition at line 36 of file mgDecimalValue.h.


Public Member Functions

 DecimalValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a DecimalValue object based on an unmanaged instance of the object.
 DecimalValue (System::Double value)
 Constructs an instance of an DecimalValue using the specified arguments.
 DecimalValue ()
 Constructs a default instance of an DecimalValue with a value of null.
__property OSGeo::FDO::Schema::DataType get_DataType ()
 Gets the data type of the DecimalValue.
__property System::Double get_Decimal ()
 Gets the decimal value.
System::Void Process (OSGeo::FDO::Expression::IExpressionProcessor *processor)
 Overrides Expression.Process to pass the DecimalValue 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 (OSGeo::FDO::Expression::DecimalValue *value)
 A cast operator to get the decimal value.

Comments or suggestions? Send us feedback.