Constructor for NumericalDerivatives.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public NumericalDerivatives( NumericalDerivatives..::.IFunction fcn ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ fcn As NumericalDerivatives..::.IFunction _ ) |
Visual C++ |
---|
public: NumericalDerivatives( NumericalDerivatives..::.IFunction^ fcn ) |
Parameters
- fcn
- Type: Imsl.Math..::.NumericalDerivatives..::.IFunction
An IFunction object which is a user-supplied function to evaluate the equations at the point y.