SoundLibrary.Mathematics.Function.Elementary.Cos.Differentiate C# (CSharp) Method

Differentiate() protected method

protected Differentiate ( ) : System.Function
return System.Function
		protected override Function Differentiate()
		{
			return -(new Sin(this.inner));
		}