Class BiasModification
Inheritance
System.Object
BiasModification
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class BiasModification : Modification, IEquatable<APIBase>
Properties
LeadEvaluationLeftLimitFactor
Declaration
public double LeadEvaluationLeftLimitFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LeadEvaluationRightLimitFactor
Declaration
public double LeadEvaluationRightLimitFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationLowerLimitFactor
Declaration
public double ProfileEvaluationLowerLimitFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationUpperLimitFactor
Declaration
public double ProfileEvaluationUpperLimitFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileFactorFor0BiasRelief
Declaration
public double ProfileFactorFor0BiasRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtLeftLimit
Declaration
public double ReliefAtLeftLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtRightLimit
Declaration
public double ReliefAtRightLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods