Field.getFloat

Field.getFloat

Class Overview | Class Members | This Package | All Packages

Syntax
public native float getFloat( Object obj ) throws IllegalArgumentException, IllegalAccessException
Description
Get the value of a field as a float on specified object.

Exceptions
IllegalAccessException if the underlying constructor is inaccessible.
Exceptions
IllegalArgumentException if the field value cannot be converted to the return type by a widening conversion.
See Also
get