EYY
parent
1f880d3027
commit
b87d8f6e1a
|
@ -1,16 +0,0 @@
|
||||||
class Not {
|
|
||||||
constructor() {
|
|
||||||
this.inputs = 1;
|
|
||||||
this.outputs = 1;
|
|
||||||
this.values = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
calculate() {
|
|
||||||
if (this.values && this.inputs == this.outputs) {
|
|
||||||
|
|
||||||
for (let i= 0; i < this.values.length; i++) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue