ValuesByIndex.SolverValues Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets an array of solver values to be used by derived classes.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Protected Property SolverValues As Double()
protected double[] SolverValues { get; set; }
protected:
property array<double>^ SolverValues {
array<double>^ get ();
void set (array<double>^ value);
}
member SolverValues : float[] with get, set
function get SolverValues () : double[]
function set SolverValues (value : double[])
Property Value
Type: array<System.Double[]
The solver values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.