Click or drag to resize

SameTermFunction Properties

The SameTermFunction type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the Arguments of the Expression.
(Inherited from BaseBinaryExpression.)
Public propertyCanParallelise
Gets whether an expression can safely be evaluated in parallel.
(Inherited from BaseBinaryExpression.)
Public propertyFunctor
Gets the Functor of the Expression.
(Overrides BaseBinaryExpressionFunctor.)
Public propertyType
Gets the Type of the Expression.
(Overrides BaseBinaryExpressionType.)
Public propertyVariables
Gets an enumeration of all the Variables used in this expression.
(Inherited from BaseBinaryExpression.)
Top
See Also