Update filter state. If the difference between the current filter value and the new value is greater than the threshold then filter value is set to new value.

Namespace: VVVV.Utils.Animation
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public double Update(
	double newValue
)

Parameters

newValue
Type: System..::..Double
Target value

Return Value

Filtered target value

See Also