set_double_list
Description:
[ Version ( since = "2.12" ) ]
public void set_double_list (string group_name, string key, double[] list)
public void set_double_list (string group_name, string key, double[] list)
Associates a list of double values with key
under group_name
.
If key
cannot be found then it is created.
Parameters:
this |
a KeyFile |
group_name |
a group name |
key |
a key |
list |
an array of double values |
length |
number of double values in |