You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
813 B
XML
29 lines
813 B
XML
<?xml version="1.0" encoding="ISO-8859-15"?>
|
|
<!DOCTYPE f SYSTEM "function.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
|
|
<f>
|
|
<Funktionsname>llirq_GetRandD</Funktionsname>
|
|
<Beschreibung>Liefert double Wert zwischen min und max Wert. Die Argumente können auch minus Werte beinhalten.</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>double</Typ>
|
|
<Beschreibung>Doublewert zwischen min und max Wert.</Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>double</Typ>
|
|
<Variablename>min</Variablename>
|
|
<Beschreibung>Minimum Zufallswert</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>double</Typ>
|
|
<Variablename>max</Variablename>
|
|
<Beschreibung>Maximum Zufallswert</Beschreibung>
|
|
</Arg>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>llirq.h</Headerfile>
|
|
<Sourcefile>llirq.cpp</Sourcefile>
|
|
</Location>
|
|
</f>
|
|
|