Store.Item.getDouble()

Signature

double getDouble (Object storeItem, String fieldName)

Domain

ACTION

Description

Returns double value of the specified field

Parameters

NameTypeDescription
storeItemStringStore Item Object
fieldNameStringName of the field whose value needs to be retrieved

Returns

TypeDescription
doubleReturns double value of the specified field

Cautions

none