Skip to main content

NAND

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new NAND(match_value?)

Parameters

NameType
match_value?any

Inherited from

AND.constructor

Properties

match_value

match_value: any

Inherited from

AND.match_value

Methods

test

test(input_a, input_b, match_value): boolean

Parameters

NameType
input_aany
input_bany
match_valueany

Returns

boolean

Overrides

AND.test