Metaspace.Tuple.getFloat()

Signature

double getFloat (Object tuple, String key)

Domain

ACTION

Description

Returns a Float object based on the specified key from the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
doubleThe float value based on the specified key from the Tuple

Cautions

none