The number of missing values in the original series

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

Syntax

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

Field Value

An int scalar containing the number of missing values in the time series.

See Also