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#
Object MissingValue { get; set; }
Visual Basic (Declaration)
Property MissingValue As Object
Visual C++
property Object^ MissingValue {
	Object^ get ();
	void set (Object^ value);
}

See Also