Vector<T>.MayHaveMissingValues Property

Gets or sets whether the vector may contain missing values that require special handling in calculations.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool MayHaveMissingValues { get; set; }

Property Value

Boolean

See Also