IVector.IsMissing Method

Indicates whether the value at the specified index is missing.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
bool IsMissing(
	int index
)

Parameters

index  Int32
The zero-based index of the value to inspect.

Return Value

Boolean
true if the value at position index is missing; otherwise false.

See Also