Delegate EasingFunction

GoDiagram®
v10.0.8
by Northwoods Software®

An EasingFunction describes how much to modify a scalar value based on the current time, the start value, the change in value, and the duration.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public delegate double EasingFunction(double currentTime, double startValue, double byValue, int duration)
Parameters
Type Name Description
double currentTime
double startValue
double byValue
int duration
Returns
Type Description
double