sign method Null safety
- ExpressionInterface expression
Creates a function expression which evaluates to the sing
(1: positive, -1: negative, 0: zero) of the given degree numeric
expression
.
Implementation
static ExpressionInterface sign(ExpressionInterface expression) =>
UnaryExpression('sign()', expression);