EmpiricalQuantilesTotalMissing Property |
The total number of missing values.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int TotalMissing { get; }
Public ReadOnly Property TotalMissing As Integer
Get
public:
property int TotalMissing {
int get ();
}
member TotalMissing : int with get
Property Value
Type:
Int32
An
int representing the total number of missing values
(
NaN) in input
x.
See Also