SKSearch.FindMatches Method

Definition

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

Returns

Applies to