Serves as an abstract base class for root finders.
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 EquationSolving
|
| Visual Basic (Declaration) |
<ObsoleteAttribute("Use the FunctionMath class instead.")> _
Public NotInheritable Class EquationSolving
|
| Visual C++ |
[ObsoleteAttribute(L"Use the FunctionMath class instead.")]
public ref class EquationSolving abstract sealed
|
| F# |
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use the FunctionMath class instead.")>]
type EquationSolving = class end
|
Remarks
Inheritance Hierarchy
See Also