EnumNumberRangeCompareType
Enum
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.
OutsideRange
Tests that the number is outside the specified range.