LazyColumn.abs
abs
Returns the absolute value of each element in this column.
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn where all numeric values are converted to their absolute value. Null values remain null. |
Examples: