Gets the solution.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector Solution { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Solution As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ Solution { DoubleVector^ get (); } |