Parallel Colt 0.7.2

cern.colt.matrix
Interface Former


public interface Former

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

Version:
1.0, 21/07/00
Author:
wolfgang.hoschek@cern.ch
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

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

Parameters:
value - the number to format
Returns:
the formatted string
Throws:
IllegalArgumentException - if bad argument

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage