Indicates whether the value at the specified index is missing.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
bool IsMissing(
int index
)
Function IsMissing (
index As Integer
) As Boolean
bool IsMissing(
int index
)
abstract IsMissing :
index : int -> bool
Parameters
- index
- Type: SystemInt32
The zero-based index of the value to inspect.
Return Value
Type:
Boolean if the value at position
index
is missing; otherwise
.
Numerical Libraries
Supported in: 6.0
Reference