• Creates an expression that returns an expression with the absolute value.

    Parameters

    • value: Expression<number>

      The expression to evaluate.

    Returns Expression<number>

    An expression that evaluates to the absolute value of the given expression.

    Since

    2020.0