VeriStand .NET API Reference

DataValueArray.IsGreaterThan Method (ScalarDataValue)

Determines whether the value of each element in DataValueArray is greater than the specified ScalarDataValue.

Namespace: NationalInstruments.VeriStand.Data
Assembly: 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.

Return Value

true (True in Visual Basic) if each value in the array is greater than Value; otherwise false (False in Visual Basic).

See Also

Log in to get a better experience