tune
This commit is contained in:
@@ -2447,7 +2447,8 @@ Otherwise, interpolate by <code class="paramref">ratio</code>.</p>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Returns the larger of two values.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -2457,21 +2458,25 @@ Otherwise, interpolate by <code class="paramref">ratio</code>.</p>
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>a</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The first value to compare.</p>
|
||||
</dd>
|
||||
<dt><code>b</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The second value to compare.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The larger of the two values.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>T</code></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The type of values to compare.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -2490,7 +2495,8 @@ Otherwise, interpolate by <code class="paramref">ratio</code>.</p>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Returns the smaller of two values.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -2500,21 +2506,25 @@ Otherwise, interpolate by <code class="paramref">ratio</code>.</p>
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>a</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The first value to compare.</p>
|
||||
</dd>
|
||||
<dt><code>b</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The second value to compare.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The smaller of the two values.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>T</code></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The type of values to compare.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user