Class OptimizationVariable
Inheritance
System.Object
OptimizationVariable
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class OptimizationVariable : APIBase, IEquatable<APIBase>
Properties
Measurement
Declaration
public MeasurementBase Measurement { get; set; }
Property Value
Type | Description |
---|---|
MeasurementBase |
Results
Declaration
public ReadOnlyCollection<double> Results { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
Implements
System.IEquatable<T>