Metaspace.Tuple.getDouble()

Signature

double getDouble (Object tuple, String key)

Domain

ACTION

Description

Returns the Double Object based on the specified key from the Tuple Object

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
doubleThe double based on the specified key from the Tuple Object

Cautions

none