|
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; }
Public Property NumberOfPoints As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also