Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kk-83bff226.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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