Click or drag to resize

IsNumericFunction Properties

The IsNumericFunction 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 this 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