private float Operation(Flow flow)
 {
     return(MathLibrary.DecayFunctionOfRange(flow.GetValue <float>(input), flow.GetValue <float>(minimumRange), flow.GetValue <float>(maximumRange), flow.GetValue <float>(maximumRange), flow.GetValue <float>(decayFactor), flow.GetValue <float>(scale)));
 }