You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
745 B

<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.ML.DataView</name>
</assembly>
<members>
<member name="M:Microsoft.ML.Internal.Utilities.ArrayUtils.TryFindIndexSorted(System.Int32[],System.Int32,System.Int32,System.Int32,System.Int32@)">
<summary>
Akin to <c>FindIndexSorted</c>, except stores the found index in the output
<c>index</c> parameter, and returns whether that index is a valid index
pointing to a value equal to the input parameter <c>value</c>.
</summary>
</member>
<member name="M:Microsoft.ML.Internal.Utilities.ArrayUtils.FindIndexSorted(System.Int32[],System.Int32,System.Int32,System.Int32)">
<summary>