Skip to main content

XOR

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new XOR(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