The number of rows of data encountered containing missing values (Double.NaN).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int NumberOfRowsMissing { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfRowsMissing As Integer
Visual C++
public:
property int NumberOfRowsMissing {
	int get ();
}

Field Value

An int representing the number of rows of data encountered containing missing values (Double.NaN) for the classification, group, weight, and/or frequency variables.

Remarks

If a row of data contains a missing value (Double.NaN) for any of these variables, that row is excluded from the computations.

See Also