Method toString(float f)
Return type: java.lang.String
Member of: java.lang.Float
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 this.setProperty(s,Float.toString(d));
2 add(Float.toString(value));
3 jComboBox1.addItem("Float: " + Float.toString(myTypes.getMyFloat()));
4 p.put(name, Float.toString(value));
5 setValue( key, Float.toString( value ) );
6 setAttribute(name, Float.toString(val));
7 htmlGenerator.addTableRow( "Width Percentage", Float.toString( this.widthPercentage ) );
8 internal.setProperty(key, Float.toString(value));
9 bind(parameterIndex, Float.toString(x), PG_FLOAT);
10 throughputField.setText(Float.toString(model.getCurrentThroughput()) + "/" + minute);
11 tagln(tag,Float.toString(f));
12 this.data= Float.toString(defaultValue); /* save default */
13 htmlGenerator.addTableRow( "Width", Float.toString( this.width ) );
14 String s = Float.toString(f);
15 String newValue = Float.toString(value);
16 _inputLabel.setText(Float.toString(_value));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.