Enum
NumberRangeCompareType

Numerical range compare type (InRange, outsiderange)

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum NumberRangeCompareType

Fields

InRange

Tests that the number is inside the specified range.

Declaration

cs-api-definition
InRange = 0

Field Value

NumberRangeCompareType

OutsideRange

Tests that the number is outside the specified range.

Declaration

cs-api-definition
OutsideRange = 1

Field Value

NumberRangeCompareType

In this article
DefinitionFieldsInRangeOutsideRange
Not finding the help you need?
Contact Support