 | StatsSettingsStringMissingValue Property |
Gets and sets the default missing value for strings.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static string StringMissingValue { get; set; }
Public Shared Property StringMissingValue As String
Get
Set
public:
static property String^ StringMissingValue {
String^ get ();
void set (String^ value);
}
static member StringMissingValue : string with get, set
Property Value
String
Remarks
The default is ".".
See Also