Store.Item.setDouble()

Signature

void setDouble (Object storeItem, String fieldName, double fieldValue)

Domain

ACTION

Description

Sets double value to the specified field

Parameters

NameTypeDescription
storeItemObjectStore Item Object
fieldNameStringName of the field whose value needs to be set
fieldValuedoubleField value

Returns

TypeDescription
void

Cautions

none