Gets whether operations on the array
take into account missing values.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public bool IsMissingValueAware { get; }
Public ReadOnly Property IsMissingValueAware As Boolean
Get
public:
property bool IsMissingValueAware {
bool get ();
}
member IsMissingValueAware : bool with get
Property Value
Type:
Boolean
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.
Numerical Libraries
Supported in: 6.0, 5.x
Reference