Outputs true if the value is anything other than zero. A vector counts as zero only when every component is zero.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | The value compared against zero. Primary Input | Vec2[]Vec2f32[]f32f64[]f64i32[]i32i64[]i64u32[]u32u64[]u64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | boolbool[] |