Assembly: Stat;
The IMissingData interface determines method and parameters of missing data treatment.
IMissingData
In the statistics block a number equal to 1#.QNAN is regarded as missing data. You can get is using the Double.Nan property, you can also check a value for being missing data by using the Double.IsNan method.
Property name | Brief description | |
Method | The Method property determines the method of missing data treatment. | |
MethodParameter | The MethodParameter property determines advanced parameter for missing data treatment method. | |
SpecifiedValue | The SpecifiedValue determines an advanced parameter for the Value missing data treatment method. | |
SpecifiedVector | The SpecifiedVector property determines advanced parameters for the missing data treatment methods Pattern and Overlay. |
See also: