fuzzify method
Calls the fuzzify method of the defined FLV with the given value.
Implementation
FuzzyModule fuzzify(String name, double value ) {
final flv = flvs[name];
flv?.fuzzify( value );
return this;
}
Calls the fuzzify method of the defined FLV with the given value.
FuzzyModule fuzzify(String name, double value ) {
final flv = flvs[name];
flv?.fuzzify( value );
return this;
}