Esempio n. 1
0
 /// <inheritdoc/>
 public bool SetDefaultNumberArray(string key, double[] defaultValue)
 {
     return(NtCore.SetDefaultEntryDoubleArray(m_path + PathSeperatorChar + key, defaultValue));
 }
Esempio n. 2
0
 /// <inheritdoc/>
 public bool SetDefaultNumberArray(string key, IList <double> defaultValue)
 {
     return(NtCore.SetDefaultEntryDoubleArray(m_pathWithSeperator + key, defaultValue));
 }