The number of rows of data in x that contain missing values in one or more specific columns of x.

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

Syntax

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

Field Value

An int scalar representing the number of rows of data in x that contain missing values in one or more specific columns of x.

See Also