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: 10.7.0
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: 10.7.0
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.
Remarks
The returned storage is independent of the vector.