Returns whether the value at the specified index is missing.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool IsMissing(
int index
)
Public Overridable Function IsMissing (
index As Integer
) As Boolean
public:
virtual bool IsMissing(
int index
)
abstract IsMissing :
index : int -> bool
override IsMissing :
index : int -> bool
Parameters
- index
- Type: SystemInt32
The zero-based index of the value to check.
Return Value
Type:
Boolean if the value is missing;
otherwise
.
Implements
IVectorIsMissing(Int32)
Reference