Codebox Operators not

not

Logical negation operator

not(in1): out1

Arguments:

Arguments

NameTypeDefaultDescription
in1number

Input to be logically negated.

Returns

NameTypeDescription
out1number

1 if input is a zero value, 0 if input is a non-zero value.

Aliases

  • !