Built-In Class Number

A built-in class for numeric data which handles integers and floats within itself.

Method Summary
Method Attributes Method Name and Description
 
pad(len, chars, radix)
Return a padded string for the number.
Method Detail
pad(len, chars, radix)
Return a padded string for the number.
Parameters:
{Number} len
The minimum length of the string to return
{String} chars Optional, Default: "0"
Characters to use when padding the number
radix Optional, Default: 10
The radix to use when turning the number into a string