Click or drag to resize
Accord.NET (logo)

FiniteDifferencesPoints Property

Note: This API is now obsolete.

Obsolete. Please use NumberOfPoints instead.

Namespace:  Accord.Math.Differentiation
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use NumberOfPoints instead.")]
public int Points { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also