Class OptimizerObjectiveValue
The optimizer objective function value for the structure.
Inheritance
System.Object
OptimizerObjectiveValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: VMS.TPS.Common.Model.API
Assembly: VMS.TPS.Common.Model.API.dll
Syntax
public class OptimizerObjectiveValue
Properties
Structure
The corresponding structure for the objective function value.
Declaration
public Structure Structure { get; }
Property Value
| Type | Description |
|---|---|
| Structure |
Value
The objective function value.
Declaration
public double Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |