ArrayAttributes.IsMissingValueAware Property

Gets whether operations on the array take into account missing values.

Definition

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

Property Value

Boolean

Remarks

Reduction operations such as sum, min, max and dot product as well as some transformations such as cumulative sums on operands that are missing value aware skip the missing values in the calculations.

See Also