Defined by determining if input scalar is within specified bounds; returns +1 if satisfied, -1 if not satisfied and 0 if on boundary.
GetMaximum | Get the maximum bound value from the condition. Call SetMaximum to apply changes. |
GetMaximumUnitless | Get the unitless maximum bound value from the condition. Call SetMaximum to apply changes. |
GetMinimum | Get the minimum bound value from the condition. Call SetMinimum to apply changes. |
GetMinimumUnitless | Get the unitless minimum bound value from the condition. Call SetMinimum to apply changes. |
Set | Set the min/max bounds. Throws an exception if the minimum is greater than maximum. |
SetMaximum | Set the maximum bound value for the condition. |
SetMaximumUnitless | Set the unitless maximum bound value for the condition. |
SetMinimum | Set the minimum bound value for the condition. |
SetMinimumUnitless | Set the unitless minimum bound value for the condition. |
SetUnitless | Set the unitless min/max bounds. Throws an exception if the minimum is greater than maximum. |
Operation | Get the operation from the condition that determines how the bounds are considered. The operation can be set to define satisfaction when the scalar is above minimum, below maximum, between minimum and maximum or outside minimum and maximum. |
Scalar | Get the scalar calculation from the condition. |
Implemented Interface |
---|
IAgCrdnCondition |
IAgCrdn |
Create a condition defined by determining if input scalar is within specified bounds.
[C#] | ||
---|---|---|
|
Create a condition defined by determining if input scalar is within specified bounds.
[Visual Basic .NET] | ||
---|---|---|
|