CSharpRoboticsLib.Utility.Derivative.Derivative C# (CSharp) Method

Derivative() public method

Creates a new derivative object with the initial value set to zero.
public Derivative ( )
        public Derivative()
            : this(0)
        {
        }

Same methods

Derivative::Derivative ( double initialCondition )