addOrReplaceFloat abstract method

void addOrReplaceFloat(
  1. String name,
  2. double value
)

Adds or replaces a single precision floating decimal attribute.

  • name Attribute name.

  • value Attribute value.

Implementation

void addOrReplaceFloat(String name, double value);