IVector.Is
            
            
            Indicates whether the value at the specified index is missing.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
true if the value at position index is missing; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
bool IsMissing(
	int index
)Parameters
- index Int32
- The zero-based index of the value to inspect.
Return Value
Booleantrue if the value at position index is missing; otherwise false.