UnconstrainedNonlinearModel.RowValue Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the value of the only row of the model
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Protected WriteOnly Property RowValue As Rational
protected Rational RowValue { set; }
protected:
property Rational RowValue {
void set (Rational value);
}
member RowValue : Rational with get, set
function set RowValue (value : Rational)
Property Value
Type: Microsoft.SolverFoundation.Common.Rational
.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.