Gets and sets the default missing value for integers.

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

Syntax

C#
public static int IntegerMissingValue { get; set; }
Visual Basic (Declaration)
Public Shared Property IntegerMissingValue As Integer
Visual C++
public:
static property int IntegerMissingValue {
	int get ();
	void set (int value);
}

Remarks

The default is int.MinValue.

See Also