Gets and sets the value used to represent missing values in this column.

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

Syntax

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

See Also