AdaptiveExpressions.BuiltinFunctions Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ComparisonEvaluator |
Comparison operators. A comparison operator returns false if the comparison is false, or there is an error. This prevents errors from short-circuiting boolean expressions. |
MultivariateNumericEvaluator |
Numeric operators that can have 2 or more args. |
NumberTransformEvaluator |
Evaluator that transforms a number to another number. |
NumericEvaluator |
Numeric operators that can have 1 or more args. |
StringTransformEvaluator |
Evaluator that transforms a string to another string. |
TimeTransformEvaluator |
Evaluator that transforms a date-time to another date-time. |