Vector<T>.Get Missing Value Index Mask Method
Gets an integer array that specifies the locations of missing values.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array of the same size as this instance whose elements are less than zero when the element is missing and greater than or equal to zero otherwise.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual ArraySlice<int> GetMissingValueIndexMask()
Return Value
ArraySlice<Int32>An array of the same size as this instance whose elements are less than zero when the element is missing and greater than or equal to zero otherwise.