Is Nonzero

Outputs true if the value is anything other than zero. A vector counts as zero only when every component is zero.

Interface

Inputs

ParameterDetailsPossible Types
Value

The value compared against zero.

Primary Input

Vec2[]
Vec2
f32[]
f32
f64[]
f64
i32[]
i32
i64[]
i64
u32[]
u32
u64[]
u64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool
bool[]