DoubleExpression Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.ExpressionsExpression
    GF.Clients.Charts.ExpressionsTypedExpressionDouble
      GF.Clients.Charts.ExpressionsDoubleExpression

Namespace:  GF.Clients.Charts.Expressions
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class DoubleExpression : TypedExpression<double>

The DoubleExpression type exposes the following members.

Constructors

  NameDescription
Public methodDoubleExpression
Top
Properties

  NameDescription
Public propertyLastCalculatedValue (Inherited from Expression.)
Public propertyLastError (Inherited from Expression.)
Public propertyState (Inherited from Expression.)
Public propertyText (Inherited from Expression.)
Top
Methods

  NameDescription
Public methodBody (Inherited from Expression.)
Public methodCompile(Calculator) (Inherited from Expression.)
Public methodCompile(Calculator, Boolean) (Inherited from Expression.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate (Inherited from TypedExpressionTResult.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from Expression.)
Public methodReset (Inherited from Expression.)
Public methodToString (Inherited from Expression.)
Top
See Also

Reference