Example #1
0
 private float Operation(Flow flow)
 {
     return(MathLibrary.ExponentialFunction(flow.GetValue <float>(input), flow.GetValue <float>(minimum), flow.GetValue <float>(exponent), flow.GetValue <float>(scale)));
 }