ExpressedParameterDouble Class

GF Charts Help
Implementation of ExpressedParameter with double result type
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.ExpressionsExpression
    GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameter
      GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterTDouble
        GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterDouble

Namespace:  GF.Clients.Charts.Custom.Utils.ExpressionParameters
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class ExpressedParameterDouble : ExpressedParameterT<double>

The ExpressedParameterDouble type exposes the following members.

Constructors

  NameDescription
Public methodExpressedParameterDouble
Public methodExpressedParameterDouble(String)
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
Evaluates the expression and returns the result
(Inherited from ExpressedParameterTTResult.)
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
Operators

  NameDescription
Public operatorStatic member(String to ExpressedParameterDouble)
Implicit cast string to this type creates new ExpressedParameterDouble
Public operatorStatic member(ExpressedParameterDouble to StoredColor)
Implicit cast to Color returns the latest value of series that calculated by expression
Top
See Also

Reference