ElementType<T>.HasMissingValueRepresentation Field

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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