tune
This commit is contained in:
@@ -151,11 +151,11 @@ Enum BinarySearchResult
|
||||
</dd>
|
||||
<dt id="Hi_Common_BinarySearchResult_FoundCeil"><code>FoundCeil = 8</code></dt>
|
||||
|
||||
<dd><p>Indicates that a value greater than or equal to the target was found.</p>
|
||||
<dd><p>Indicates that a value greater than to the target was found.</p>
|
||||
</dd>
|
||||
<dt id="Hi_Common_BinarySearchResult_FoundFloor"><code>FoundFloor = 4</code></dt>
|
||||
|
||||
<dd><p>Indicates that a value less than or equal to the target was found.</p>
|
||||
<dd><p>Indicates that a value less than to the target was found.</p>
|
||||
</dd>
|
||||
<dt id="Hi_Common_BinarySearchResult_NotExisted"><code>NotExisted = 1</code></dt>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user