NAND
Hierarchy
-
↳
NAND
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new NAND(match_value?)
Parameters
| Name | Type |
|---|---|
match_value? | any |
Inherited from
Properties
match_value
match_value: any
Inherited from
Methods
test
test(input_a, input_b, match_value): boolean
Parameters
| Name | Type |
|---|---|
input_a | any |
input_b | any |
match_value | any |
Returns
boolean