Array Attributes.Is Missing Value Aware Property
Gets whether operations on the array
take into account missing values.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool IsMissingValueAware { get; }
Property Value
BooleanRemarks
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.