Documentation of 'cern.colt.matrix.impl.Former' Java class
Former
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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String form(double value)
      Formats a double into a string (like sprintf in C).
    • Method Detail

      • form

        java.lang.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:
        java.lang.IllegalArgumentException - if bad argument

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.