AnomalyDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum AnomalyDirection
type AnomalyDirection =
Public Enum AnomalyDirection
- Inheritance
-
AnomalyDirection
Fields
Name | Value | Description |
---|---|---|
Up | 0 | the value is larger than expected value. |
Down | 1 | the value is lower than expected value. |
Same | 2 | the value is the same as expected value. |