Class NonNegativeFloat

    • Constructor Detail

      • NonNegativeFloat

        public NonNegativeFloat​(Double value)
    • Method Detail

      • valueOf

        public static NonNegativeFloat valueOf​(String s)
        Returns an NonNegativeFloat object holding the value of the specified string.
        Parameters:
        s - The string to be parsed.
        Returns:
        See above.