Vector<T>.MissingValue Property

Gets or sets the value that is used to represent missing values.

Definition

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

Property Value

T

See Also