Click or drag to resize

BooleanCast Properties

The BooleanCast type exposes the following members.

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