Sets the value of a float attribute to a specified value, given the attribute's name or its position in the business object's attribute list.
Syntax
public void setfloatValue(String attrName, float newVal); public void setfloatValue(int position, float newVal);
Parameters
Return values
None.
Exceptions
Notes
If the connector-specific property MaxFloatPrecision has been set, the setfloatValue() method uses this rather than the default locale precision to specify the precision of the input value.
See also
getDefaultfloat(),, getfloatValue(),, setbooleanValue(),, setBusObjValue(),, setdoubleValue(),, setintValue(),, setLongTextValue(),, setStringValue()