Click or drag to resize
Accord.NET (logo)

FiniteDifferencesNumberOfPoints Property

Gets or sets the number of points to be used when computing the approximation. Default is 3.

Namespace:  Accord.Math.Differentiation
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public int NumberOfPoints { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also