DataValueArray.IsLessThan Method (ScalarDataValue)
- Updated2023-02-21
- 2 minute(s) read
Determines whether the value of each element in DataValueArray is less than the specified ScalarDataValue.
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 ScalarDataValue _ ) As Boolean |
| C# |
|---|
public bool IsLessThan( ScalarDataValue Value ) |
| Visual C++ |
|---|
public: bool IsLessThan( ScalarDataValue^ Value ) |
Parameters
- Value
- Type: NationalInstruments.VeriStand.Data.ScalarDataValue
The scalar value to compare to each value in the array.