Skip to main content

Signature

path=null start=null
binaryToDecimal(binary: string | number): number

Parameters

  • binary: string | number - The binary number to be converted. Can be a string or a number.

Returns

number - The decimal representation of the binary number.

Source

Defined in number.ts:75