Vector<T>.GetMissingValueIndexMask 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.0
C#
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.

See Also