Skip to main content

AND

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AND(match_value?)

Parameters

NameType
match_value?any

Overrides

LogicBlock.constructor

Properties

match_value

match_value: any

Methods

test

test(input_a, input_b, match_value): boolean

Parameters

NameType
input_aany
input_bany
match_valueany

Returns

boolean