Gets and sets the default missing value for doubles.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static double NumericMissingValue { get; set; }
Visual Basic (Declaration)
Public Shared Property NumericMissingValue As Double
Visual C++
public:
static property double NumericMissingValue {
	double get ();
	void set (double value);
}

Remarks

The default is System.Double.NaN.

See Also