PageRenderTime 9ms CodeModel.GetById 6ms app.highlight 2ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/sdk/script/fn/Min.xml

https://bitbucket.org/randrian/openclonk2
XML | 34 lines | 32 code | 2 blank | 0 comment | 0 complexity | 725a81dc7ee8b1b743d25206a95e090f MD5 | raw file
Possible License(s): WTFPL, 0BSD, LGPL-2.1, CC-BY-3.0
 1<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
 2<!DOCTYPE funcs SYSTEM "../../../clonk.dtd">
 3<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
 4<funcs>
 5 <func>
 6  <title>Min</title>
 7  <category>Arithmetik</category>
 8  <version>4.6.5.0 CP</version>
 9  <syntax>
10   <rtype>int</rtype>
11   <params>
12    <param>
13     <type>int</type>
14     <name>iVal1</name>
15     <desc>erster Wert</desc>
16    </param>
17    <param>
18     <type>int</type>
19     <name>iVal2</name>
20     <desc>zweiter Wert</desc>
21    </param>
22   </params>
23  </syntax>
24
25  <desc>Gibt den kleineren der beiden Werte zur�ck</desc>
26
27  <related>
28   <funclink>Max</funclink>
29   <funclink>Inside</funclink>
30   <funclink>BoundBy</funclink>
31  </related>
32 </func>
33 <author>PeterW</author><date>Dezember 2001</date>
34</funcs>