19 public float getValue() {
24 public String toString() {
26 return String.valueOf(f);
29 public void __fromPerl(BufferedReader in)
throws IOException {
32 f = Float.parseFloat(in.readLine());
35 public void __toPerl(PrintWriter out)
throws IOException {