not
Logical negation operator
not(in1): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Input to be logically negated. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | 1 if input is a zero value, 0 if input is a non-zero value. |
Aliases
!
Logical negation operator
not(in1): out1
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Input to be logically negated. |
Name | Type | Description |
---|---|---|
out1 | number | 1 if input is a zero value, 0 if input is a non-zero value. |
!