KeyFile.setDoubleList

Associates a list of double values with key under group_name. If key cannot be found then it is created. Since 2.12

class KeyFile
void
setDoubleList
(
string groupName
,
string key
,
double[] list
)

Parameters

groupName string

a group name

key string

a key

list double[]

an array of double values. [array length=length]

Meta