Returns a value that indicates whether the observation at the specified index is missing.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function IsMissing ( _
index As Integer _
) As Boolean |
| C# |
|---|
public override bool IsMissing (
int index
) |
| C++ |
|---|
public:
virtual bool IsMissing (
int index
) override |
Parameters
- index (System.Int32)
- The zero-based index of the observation.
Return Value
true if the observation is missing; otherwise false.
Remarks
Exceptions