FunctionUtils.ValidateUnaryOrBinaryNumber(Expression) Method
Definition
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.
Validate 1 or 2 numeric arguments.
public static void ValidateUnaryOrBinaryNumber (AdaptiveExpressions.Expression expression);
static member ValidateUnaryOrBinaryNumber : AdaptiveExpressions.Expression -> unit
Public Shared Sub ValidateUnaryOrBinaryNumber (expression As Expression)
Parameters
- expression
- Expression
Expression to validate.