Skip to main content

NOR

Hierarchy

  • OR

    NOR

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new NOR(match_value?)

Parameters

NameType
match_value?any

Inherited from

OR.constructor

Properties

match_value

match_value: any

Inherited from

OR.match_value

Methods

test

test(input_a, input_b, match_value): boolean

Parameters

NameType
input_aany
input_bany
match_valueany

Returns

boolean

Overrides

OR.test