Vector<T>.Get Missing Value Mask Method
Gets a boolean 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 false when the element is missing and true otherwise.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual ArraySlice<bool> GetMissingValueMask()
Return Value
ArraySlice<Boolean>An array of the same size as this instance whose elements are false when the element is missing and true otherwise.