jhomenet.hw
Class FormatUtils

java.lang.Object
  extended by jhomenet.hw.FormatUtils

public final class FormatUtils
extends java.lang.Object

Id: $Id$

Author:
David Irwin

Method Summary
static java.lang.String formatDouble(double value)
          Format a double into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatDouble

public static java.lang.String formatDouble(double value)
Format a double into a string.

Parameters:
value -
Returns:
A string representation of the double


Copyright © 2004-2005 David Irwin. All Rights Reserved.