Returns the last computed solution.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[] GetSolution() |
Visual Basic (Declaration) |
---|
Public Function GetSolution As Double() |
Visual C++ |
---|
public: array<double>^ GetSolution() |
Return Value
A double array containing the solution.
Remarks
This is the same solution as returned by the solve method.