|  | DualSimplexSolverGetMSFSolverParams Method | 
            Creates a Microsoft Solver Foundation simplex solver parameters from the
            given dual simplex solver parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxprotected override SimplexSolverParams GetMSFSolverParams(
	SimplexSolverParamsBase solverParamsBase
)
Protected Overrides Function GetMSFSolverParams ( 
	solverParamsBase As SimplexSolverParamsBase
) As SimplexSolverParams
protected:
virtual SimplexSolverParams^ GetMSFSolverParams(
	SimplexSolverParamsBase^ solverParamsBase
) override
abstract GetMSFSolverParams : 
        solverParamsBase : SimplexSolverParamsBase -> SimplexSolverParams 
override GetMSFSolverParams : 
        solverParamsBase : SimplexSolverParamsBase -> SimplexSolverParams Parameters
- solverParamsBase  SimplexSolverParamsBase
- Dual simplex solver parameters.
Return Value
SimplexSolverParamsEquivalent MSF simplex solver parameters.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentException | Thrown if the the supplied
            SimplexSolverParamsBase is not an instance of DualSimplexSolverParams | 
 See Also
See Also