Operations<T>.HasMissingValueRepresentation Field

Gets whether the type has a value that can represent missing values.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly bool HasMissingValueRepresentation

Field Value

Boolean

Remarks

If an element type can have a missing value representation, the value of the MissingValue property is used to represent missing values.

See Also