Constructs a RiddersDifferentiator instance that can be used to differentiate a
function with the specified maximum order and default tolerance level.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public RiddersDifferentiator( int maximumOrder ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ maximumOrder As Integer _ ) |
| Visual C++ |
|---|
public: RiddersDifferentiator( int maximumOrder ) |
Parameters
- maximumOrder
- Type: System..::.Int32
The maximum order.