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 double MissingValue { get; set; }
Visual Basic (Declaration)
Public Property MissingValue As Double
Visual C++
public:
property double MissingValue {
	double get ();
	void set (double value);
}

See Also