ExpressionEngine PropertiesµStrata MathDaemon™ Computation LibraryMathDaemon Class Library

The ExpressionEngine type exposes the following members.

Properties

  NameDescription
Public propertyAngleMode
AngleMode value to be used for all trigonometrical calculations
Public propertyDescription
Optional description for the instance
Public propertyEstimate
Estimate value to be used for comparison evaluations such as Equal, NotEqual, GreaterEqual and LessEqual

Field Value

Type:
double
Public propertyFormulaCount
Number of expressions stored within the instance. Ternary expressions are not included.
Public propertyFormulaList
Collection of expressions stored within the instance. Ternary expressions are not included.
Public propertyInstanceId
Unique object identifier generated once when the object is created.

Used internally to support an instance tree belongs to several users.

May be set via object initializer only.

Public propertyName
Optional name for the instance
Public propertyParameterCount
Number of parameters stored within the instance.
Public propertyParameterList
Collection of parameters defined for the instance.
Public propertyRegisteredFunctionCount
Number of built-in functions supported by the engine
Public propertyRegisteredFunctionList
Collection of standard built-in mathematical functions supported by the engine
Public propertySessionId
Unique identifier describes the session that current instance belongs

Used internally to support an instance tree belongs to several users and their sessions.

May be set via object initializer only.

Public propertyStandardConstantCount
Number of standard constants supported by the engine
Public propertyStandardConstantList
Collection of standard constants supported by the engine
Public propertyStopReason
The property stored last error occurred while object instance is used
Public propertyTernaryExpressionCount
Number of ternary expressions stored within the instance
Public propertyTernaryExpressionList
Collection of ternary expressions stored within the instance
Top
See Also