Difference between revisions of "Manuals/calci/BIN2DEC"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''BIN2DEC'''</font></font><font face="Arial, sans...") |
|||
Line 1: | Line 1: | ||
− | + | =BIN2DEC(number)= | |
+ | |||
+ | *Where 'number' is the binary number to be converted to decimal number. | ||
+ | |||
+ | == Description == | ||
+ | |||
+ | BIN2DEC(number) | ||
+ | |||
+ | *BIN2DEC() converts a binary number to decimal number. | ||
+ | |||
+ | *Binaray number is represented using digits 1 or 0 only. | ||
− | |||
− | |||
− | |||
− | |||
---- | ---- | ||
<div id="7SpaceContent" class="zcontent" align="left"> | <div id="7SpaceContent" class="zcontent" align="left"> |
Revision as of 15:19, 12 November 2013
BIN2DEC(number)
- Where 'number' is the binary number to be converted to decimal number.
Description
BIN2DEC(number)
- BIN2DEC() converts a binary number to decimal number.
- Binaray number is represented using digits 1 or 0 only.
BIN2DEC returns the error value., when number contains more than 10 characters (10 bits).
BIN2DEC
[javascript:ToggleDiv('divExpCollAsst_4') BIN2DEC][javascript:ToggleDiv('divExpCollAsst_4') (][javascript:ToggleDiv('divExpCollAsst_4') num][javascript:ToggleDiv('divExpCollAsst_4') )]
[javascript:ToggleDiv('divExpCollAsst_4') =BIN2DEC(1100100) is 100]
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 100 | |||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |