Returns the value of an attribute, or zero if not present. @webref xml:method @brief Gets the content of an attribute as a float
(String name)
| 822 | * @brief Gets the content of an attribute as a float |
| 823 | */ |
| 824 | public float getFloat(String name) { |
| 825 | return getFloat(name, 0); |
| 826 | } |
| 827 | |
| 828 | |
| 829 | /** |
nothing calls this directly
no test coverage detected