SKSearch.FindMatches Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FindMatches(nint, nint[], Double, nint) | |
FindMatches(nint, nint[], Single[], Double, nint) |
FindMatches(nint, nint[], Double, nint)
public bool FindMatches (nint maxCount, ref nint[] ids, double waitTime, out nint foundCount);
member this.FindMatches : nint * * double * -> bool
Parameters
- maxCount
- System.System.IntPtr System.nativeint
- ids
-
System.System.IntPtr[]
System.nativeint[]
- waitTime
- Double
- foundCount
- System.System.IntPtr System.nativeint
Returns
Applies to
FindMatches(nint, nint[], Single[], Double, nint)
public bool FindMatches (nint maxCount, ref nint[] ids, ref float[] scores, double waitTime, out nint foundCount);
member this.FindMatches : nint * * * double * -> bool
Parameters
- maxCount
- System.System.IntPtr System.nativeint
- ids
-
System.System.IntPtr[]
System.nativeint[]
- scores
- Single[]
- waitTime
- Double
- foundCount
- System.System.IntPtr System.nativeint