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

See Also