Click or drag to resize

StatsSettingsNumericMissingValue Property

Gets and sets the default missing value for doubles.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double NumericMissingValue { get; set; }

Property Value

Double
Remarks
The default is System.Double.NaN.
See Also