wksInclusionRange Values
Enumeration |
Value |
Description |
wksIncludeAll |
0 |
All data values are included in statistic calculations. |
wksIncludeInsideRange |
1 |
Only data values inside the range (including the bounding values) are included in the statistics. |
wksIncludeOutsideRange |
2 |
Only data values explicitly outside the range are included in the statistics. |
wksIncludeAllExceptSingleValue |
3 |
Single value is ignored from range, plus or minus the tolerance. So, RangeValue1-RangeValue2 to RangeValue1+RangeValue2 are excluded from the statistics. |