not() Function

Converts true into false, and false into true.

Syntax

not( value, … )

value: (Boolean Array) A Boolean or array of Booleans to be toggled.

Returns

Boolean

Examples

You can experiment with this function in the test box below.

Test Input

not(isleapyear(1996),isleapyear(1997)) returns false, true

Open in Github Built: Fri, Mar 11, 2022 (04:59:07 PM)

On This Page

FEEDBACK