mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 00:06:32 +08:00
45 lines
2.2 KiB
HTML
45 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>GESTEP funkcija</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>GESTEP funkcija</h1>
|
|
<p>Funkcija <b>GESTEP</b> je jedna od <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">inženjerskih funkcija</a>. Koristi se za testiranje da li je broj veći od granične vrednosti. Funkcija vraća 1 ako je broj veći ili jednak graničnoj vrednosti, a 0 u suprotnom.</p>
|
|
<h3>Sintaksa</h3>
|
|
<p><b><em>GESTEP(broj, [step])</em></b></p>
|
|
<p>Funkcija <b>GESTEP</b> ima sledeće argumente:</p>
|
|
<table style="width: 40%">
|
|
<tr>
|
|
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
|
|
<th style="background-color: #f4f4f4"><b>Opis</b></th>
|
|
</tr>
|
|
<tr>
|
|
<td><b><em>broj</em></b></td>
|
|
<td>Broj koji se upoređuje sa <b><em>step</em></b>.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><b><em>step</em></b></td>
|
|
<td>Granična vrednost. Opcioni argument. Ako se izostavi, funkcija pretpostavlja da je <b><em>step</em></b> 0.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h3>Napomene</h3>
|
|
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> funkciju <b>GESTEP</b>.</p>
|
|
|
|
<h3>Primeri</h3>
|
|
<p>Slika ispod prikazuje rezultat koji vraća funkcija <b>GESTEP</b>.</p>
|
|
<p><img alt="GESTEP funkcija" src="../images/gestep.png" /></p>
|
|
</div>
|
|
</body>
|
|
</html> |