Skip to content

Files

Latest commit

01022e1 · May 12, 2017

History

History

Number

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 12, 2017
May 11, 2017
May 12, 2017

Number Module

Number.Digits

Number.ParseText

Returns the first number (1+ consecutive digits) in the given text. Optionally, provide allowed characters to ignore them

Number.ToLetters

Converts a number (starting at 1) to an alphabet representation. Works like column headers in Excel.

Number.Reverse8BitInt

Reverses the bits in an 8bit representation of a number

Number.Reverse32BitInt

Reverses the bits in a 32bit representation of a number

Number.DecToBin

Base 10 to binary conversion

Number.HexToDec

Changing hexadecimal representation of a number to decimal