Contains methods for numerically approximating the
derivative of a function.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
[ObsoleteAttribute("Use the FunctionMath class instead.")]
public static class NumericalDifferentiation
|
| Visual Basic (Declaration) |
<ObsoleteAttribute("Use the FunctionMath class instead.")> _
Public NotInheritable Class NumericalDifferentiation
|
| Visual C++ |
[ObsoleteAttribute(L"Use the FunctionMath class instead.")]
public ref class NumericalDifferentiation abstract sealed
|
| F# |
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use the FunctionMath class instead.")>]
type NumericalDifferentiation = class end
|
Remarks
Inheritance Hierarchy
See Also