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