The getFloat method RequestDictionary class returns a variable of type float.
public float getFloat(java.lang.String p1);
fltvar | A variable to hold the returned float. |
Dictionary | A valid RequestDictionary. |
name | A string specifying the identifier of the float variable that is returned. |