Returns whether the observation at the specified index is missing.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override bool IsMissing(
int index
)
Public Overrides Function IsMissing (
index As Integer
) As Boolean
public:
virtual bool IsMissing(
int index
) override
abstract IsMissing :
index : int -> bool
override IsMissing :
index : int -> bool
Parameters
- index
- Type: SystemInt32
The zero-based index of the observation.
Return Value
Type:
Boolean if the observation is missing; otherwise
.
An observation is missing if its value is equal to MissingValue.
Numerical Libraries
Supported in: 5.x, 4.x
Reference