VeriStand .NET API Reference

Table of Contents

DataValueArray.IsGreaterThanOrEqualTo Method (DataValueArray)

Determines whether the value of each element in the current DataValueArray is greater than or equal to the corresponding value in the specified DataValueArray.

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 IsGreaterThanOrEqualTo ( _
	Value As DataValueArray _
) As Boolean
C#
public bool IsGreaterThanOrEqualTo(
	DataValueArray Value
)
Visual C++
public:
bool IsGreaterThanOrEqualTo(
	DataValueArray^ Value
)

Parameters

Value
Type: NationalInstruments.VeriStand.Data.DataValueArray
The array to compare to the current DataValueArray.

Return Value

true (True in Visual Basic) if the current DataValueArray is greater than or equal to Value; otherwise false (False in Visual Basic).

See Also

Log in to get a better experience