Returns the total number of observations that contain any missing values (Double.NaN). Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is 0.

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

Syntax

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

Field Value

An int scalar containing the total number of observations that contain any missing values (Double.NaN).

See Also