Gets and sets the default missing value for generic objects.

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

Syntax

C#
public static Object GenericMissingValue { get; set; }
Visual Basic (Declaration)
Public Shared Property GenericMissingValue As Object
Visual C++
public:
static property Object^ GenericMissingValue {
	Object^ get ();
	void set (Object^ value);
}

Remarks

The default is null.

See Also