Gets and sets the default missing value for strings.

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

Syntax

C#
public static string StringMissingValue { get; set; }
Visual Basic (Declaration)
Public Shared Property StringMissingValue As String
Visual C++
public:
static property String^ StringMissingValue {
	String^ get ();
	void set (String^ value);
}

Remarks

The default is ".".

See Also