Categorical Vector<T>.Set Missing Method
Declares that the value at the specified index is missing.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override void SetMissing(
int index
)
Parameters
- index Int32
- The zero-based index of the value.