DecisionVariable.Value Property

Note: This API is now obsolete.
Gets the value of the variable after the optimal solution has been found.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
C#
[ObsoleteAttribute("This property is deprecated and will be removed in the next version.")]
public double Value { get; }

Property Value

Double

See Also