Property Difference
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Difference
Gets the difference between the current and previous value of this Differentiator.
public float Difference { get; }
Property Value
Remarks
Technically to be a derivative we need to divide by the time. If we assume a constant sample rate, this is a constant, that can be absorbed by the PID filter.