This commit is contained in:
2025-12-05 16:33:37 +08:00
parent dbbe3303b3
commit 9de88d2db0
163 changed files with 5633 additions and 2293 deletions
@@ -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>