Class ParametricStudyChartVariable
Inheritance
System.Object
ParametricStudyChartVariable
Assembly: SMT.MastaAPI.15.0.dll
public sealed class ParametricStudyChartVariable : ParetoOptimisationVariableBase, IEquatable<APIBase>
Properties
Declaration
public string EntityName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Overridable<double> Max { get; set; }
Property Value
Declaration
public Overridable<double> Min { get; set; }
Property Value
Declaration
public string ParameterName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PropertyTargetForDominantCandidateSearch TargetForDominantCandidateSearch { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods