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 | Vec2[]Vec2f32[]f32f64[]f64i32[]i32i64[]i64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f64[]f32f32[]i32i32[]i64i64[]Vec2Vec2[] |