Colt 1.0.2

cern.colt.matrix.impl
Interface Former


public interface Former

Formats a double into a string (like sprintf in C).

See Also:
Comparator, cern.colt, Sorting

Method Summary
 String form(double value)
          Formats a double into a string (like sprintf in C).
 

Method Detail

form

public String form(double value)
Formats a double into a string (like sprintf in C).
Parameters:
x - the number to format
Returns:
the formatted string
Throws:
IllegalArgumentException - if bad argument

Colt 1.0.2

Submit a bug or feature. Check the Colt home page for the latest news.