NumericBoundsEvaluation.LowLimit Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets or sets the low limit of the bounds for a NumericBounds evaluation. A value is within bounds if it is greater than or equal to this value and less than or equal to the HighLimit.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property LowLimit As ScalarDataValue |
| C# |
|---|
public ScalarDataValue LowLimit { get; set; } |
| Visual C++ |
|---|
public: property ScalarDataValue^ LowLimit { ScalarDataValue^ get (); void set (ScalarDataValue^ value); } |