Vector<T>.Is Missing 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.2
C#
true if the value is missing; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual bool IsMissing(
int index
)
Parameters
- index Int32
- The zero-based index of the value to check.
Return Value
Booleantrue if the value is missing; otherwise false.