DataValueArray.IsLessThan Method (DataValueArray)
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Determines whether the value of each element in the current DataValueArray is less than the corresponding value in the specified DataValueArray.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function IsLessThan ( _ Value As DataValueArray _ ) As Boolean |
| C# |
|---|
public bool IsLessThan( DataValueArray Value ) |
| Visual C++ |
|---|
public: bool IsLessThan( DataValueArray^ Value ) |
Parameters
- Value
- Type: NationalInstruments.VeriStand.Data.DataValueArray
The array to compare to the current DataValueArray.