getFloat method

double getFloat(
  1. String name
)

Effective value of a float parameter, the assigned value if set, otherwise the sidecar default. Throws on an unknown name or wrong type.

Implementation

double getFloat(String name) =>
    _block.getFloat32(_slot(name, FmatType.float_).offsetBytes, Endian.host);