MissingDataRule Methods |
The MissingDataRule type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(MissingDataRule) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| ResetRule |
Resets the missing data rule to IgnoreNulls.
| |
| SetAverageValues |
Sets the current output to Average.
| |
| SetNonMissingAverageValues |
Sets the current output to AverageNonMissingData.
| |
| SetRollingAverageValues |
Sets the current output to RollingAverage.
| |
| SetStringValues |
Sets the current output to String.
| |
| SetZeroValues |
Sets the current output to Zero.
|