Vector<T>.IsMissing Method

Returns whether the value at the specified index is missing.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual bool IsMissing(
	int index
)

Parameters

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

Return Value

Boolean
true if the value is missing; otherwise false.

Implements

IVector.IsMissing(Int32)

See Also