ह्या कंट्रोलमध्ये बदल केल्यामुळे हे पेज ऑटोमॅटिकली अपडेट होईल

BIN2DEC

The BIN2DEC function converts a binary number to the corresponding decimal number.

BIN2DEC(binary-string, convert-length)

binary-string: The string value representing the number to be converted. binary-string must contain only 0s and 1s.

convert-length: An optional number value specifying the minimum length of the number returned. convert-length must be in the range 1 to 32. If convert-length is omitted, it is assumed to be 1. If it is included, the number returned is padded with leading zeros, if necessary, so that it is at least the length specified by convert-length.

Examples

=BIN2DEC("1001") returns 9.

=BIN2DEC("100111", 3) returns 039.

=BIN2DEC(101101) returns 45.

=BIN2DEC(-101101) returns an error, as the minus sign is not permitted.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
उपयुक्त आहे का?
कॅरॅक्टर मर्यादा : 250
कमाल कॅरॅक्टर मर्यादा 250 आहे.
तुमच्या प्रतिक्रियेबद्दल धन्यवाद.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.