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

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

Syntax

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

Field Value

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

Exceptions

ExceptionCondition
Imsl.Stat..::.ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.

See Also