Returns whether the value at the specified index is missing.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
.
Numerical Libraries
Supported in: 5.x
Reference