abs method

TValue abs()

Gets the absolute value.

Implementation

TValue abs() => createValue(baseValue.abs());