Returns true if the element at the given position is missing; otherwise, false.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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.

Return Value

Returns true if this[i] == this.MissingValue; otherwise, false.

See Also