Click or drag to resize

CubeFunction Properties

The CubeFunction type exposes the following members.

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