Removes all the missing values from a vector and returns the result.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Vector<T> RemoveMissingValues()
Public Overridable Function RemoveMissingValues As Vector(Of T)
public:
virtual Vector<T>^ RemoveMissingValues()
abstract RemoveMissingValues : unit -> Vector<'T>
override RemoveMissingValues : unit -> Vector<'T>
Return Value
Type:
VectorTA vector containing all values in the vector that are
not missing. If no values are missing, the original vector
is returned unmodified.
Reference