Returns true if the element at the given position is missing;
otherwise, false.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
bool IsMissing( int i ) |
| Visual Basic (Declaration) |
|---|
Function IsMissing ( _ i As Integer _ ) As Boolean |
| Visual C++ |
|---|
bool IsMissing( int i ) |
Parameters
- i
- Type: System..::.Int32
An element index.