The absolute value function (abs) removes the negative sign from an input value, if present.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | The number to be made positive. Primary Input | Vec2f32f64i32i64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f32i32i64Vec2 |