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

See Also