Matrix<T>.Is Missing Method
Returns whether the value at the specified index is missing.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the value is missing; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual bool IsMissing(
int row,
int column
)
Parameters
- row Int32
- The zero-based row index of the element to check.
- column Int32
- The zero-based column index of the element to check.
Return Value
Booleantrue if the value is missing; otherwise false.