Difference between revisions of "Documentation/How Tos/Calc: DECIMAL function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:DECIMAL function}}
 +
{{Documentation/CalcFunc Number ConvTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_BAHTTEXT_function
 +
|NextPage=Documentation/How_Tos/Calc:_ROMAN_function
 +
}}__NOTOC__
  
 
== DECIMAL ==
 
== DECIMAL ==
Line 23: Line 28:
 
: returns <tt>'''5'''</tt> as a number (binary system).
 
: returns <tt>'''5'''</tt> as a number (binary system).
  
{{Documentation/SeeAlso|
+
=== Issues: ===
 +
This function is currently shown in the Text category of the Function Wizard.
 +
 
 +
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: BASE function|BASE]]
 
* [[Documentation/How_Tos/Calc: BASE function|BASE]]
* [[Documentation/How_Tos/Calc: FIXED function|FIXED]]'''
+
* [[Documentation/How_Tos/Calc: FIXED function|FIXED]]
  
 
* [[Documentation/How_Tos/Calc: BIN2DEC function|BIN2DEC]]
 
* [[Documentation/How_Tos/Calc: BIN2DEC function|BIN2DEC]]
 
* [[Documentation/How_Tos/Calc: HEX2DEC function|HEX2DEC]]
 
* [[Documentation/How_Tos/Calc: HEX2DEC function|HEX2DEC]]
* [[Documentation/How_Tos/Calc: OCT2DEC function|OCT2DEC]]'''
+
* [[Documentation/How_Tos/Calc: OCT2DEC function|OCT2DEC]]
  
* [[Documentation/How_Tos/Calc: Number Conversion functions|Number Conversion functions]]'''
+
* [[Documentation/How_Tos/Calc: Number Conversion functions|Number Conversion functions]]
  
* [[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
+
* [[Documentation/How_Tos/Calc: Text functions|Text functions]]
  
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
+
[[Category: Documentation/Reference/Calc/Number Conversion functions]]
=== Issues: ===
+
[[Category: Documentation/Reference/Calc/Text functions]]
This function is currently shown in the Text category of the Function Wizard.
+

Latest revision as of 14:26, 1 February 2024

DECIMAL

Returns a decimal number, given a text representation and its base radix.

Syntax:

DECIMAL(text; radix)

text is text representing a number with the base radix radix (an integer between 2 and 36).
Any leading spaces and tabs are ignored.
Letters, if any, may be upper or lower case.
If radix is 16 (hexadecimal system), any leading 0x, 0X, x or X is ignored, as is any trailing h or H.
If radix is 2 (binary system), any trailing b or B is ignored.

Example:

DECIMAL("00FF"; 16)

returns 255 as a number (hexadecimal system).

DECIMAL("101b"; 2)

returns 5 as a number (binary system).

Issues:

This function is currently shown in the Text category of the Function Wizard.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_DECIMAL_function&oldid=259941"
Views
Personal tools
Navigation
Tools