Visual Basic (Declaration) | |
---|---|
Public Enum ThresholdOperator Inherits System.Enum |
C# | |
---|---|
public enum ThresholdOperator : System.Enum |
C++/CLI | |
---|---|
public enum class ThresholdOperator : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
Between | The measured value is between A and B (comparison used is "less than or equal to"). | — |
Equal | The measured value is equal to the threshold. | — |
Greater | The measured value is greater than the threshold. | — |
GreaterEqual | The measured value is greater than or equal to the threshold. | — |
IsNotValid | The measured value is valid (not ***, ---, or NaN). | — |
IsValid | The measured value is not valid (***, ---, or NaN). | — |
Less | The measured value is less than to the threshold. | — |
LessEqual | The measured value is less than or equal to the threshold. | — |
NotEqual | The measured value is not equal to the threshold. | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)