Claims.getDouble

class Claims
double
getDouble
(
string name
)

Parameters

name string

the name of the claim

Return Value

Type: double

returns a double representation of the claim if it exists and is a double or the initial value for double if doesn't exist or is not a double

Meta