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 row,
int column
)
Public Overridable Function IsMissing (
row As Integer,
column As Integer
) As Boolean
public:
virtual bool IsMissing(
int row,
int column
)
abstract IsMissing :
row : int *
column : int -> bool
override IsMissing :
row : int *
column : int -> bool
Parameters
- row
- Type: SystemInt32
The zero-based row index of
the element to check. - column
- Type: SystemInt32
The zero-based column index of
the element to check.
Return Value
Type:
Boolean if the value is missing;
otherwise
.
Reference