@yookue/ts-lang-utils
    Preparing search index...

    Function divide100

    • Returns a float value from the given source which divide 100

      Parameters

      • Optionalsource: null | string | number

        the source value to inspect

      • OptionaldefaultValue: number

        the default value if the source cannot be converted

      Returns undefined | number

      a float value from the given source which divide 100

      David Hsing

      divide100(82);    // 0.82
      divide100('82'); // 0.82