Vector<T>.MissingValue Property

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

Definition

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

Property Value

T

See Also