Class OptimizationVariable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
OptimizationVariable
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class OptimizationVariable : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>