DataValueArray.IsGreaterThan Method (ScalarDataValue)
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Determines whether the value of each element in DataValueArray is greater 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 IsGreaterThan ( _ Value As ScalarDataValue _ ) As Boolean |
| C# |
|---|
public bool IsGreaterThan( ScalarDataValue Value ) |
| Visual C++ |
|---|
public: bool IsGreaterThan( ScalarDataValue^ Value ) |
Parameters
- Value
- Type: NationalInstruments.VeriStand.Data.ScalarDataValue
The scalar value to compare to each value in the array.