Click or drag to resize

IVariable Properties

The IVariable type exposes the following members.

Properties
  NameDescription
Public propertyComment
Extra information of the variable.
Public propertyDoubleValue
Value of the variable calculated internally.
Public propertyExpression
Expression of the variable that is evaluated while calculating DoubleValue.
Public propertyIsEquation
Returns true if the Expression is an equation. Return false if the Expression is a number.
Public propertyIsOptimizable
Flag indicating the the variable should be used in optimization.
Public propertyMaxValue
Maximum value of optimizable variable.
Public propertyMinValue
Minimum value of optimizable variable.
Public propertyName
Name of the variable.
Top
See Also