Returns the total number of missing values.

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

Syntax

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

Field Value

An int representing the total number of missing values (NaN) in input Y.

Remarks

Elements of Y containing NaN (not a number) are omitted from the computations.

See Also