Struct AnyHitCollector<T>
  
Syntax
public struct AnyHitCollector<T> : ICollector<T> where T : struct, IQueryResult
 
Type Parameters
Constructors
  
AnyHitCollector(Single)
Declaration
public AnyHitCollector(float maxFraction)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
maxFraction | 
 | 
Properties
  
EarlyOutOnFirstHit
Declaration
public bool EarlyOutOnFirstHit { get; }
 
Property Value
Implements
MaxFraction
Declaration
public float MaxFraction { get; }
 
Property Value
Implements
NumHits
Declaration
public int NumHits { get; }
 
Property Value
Implements
Methods
  
AddHit(T)
Declaration
public bool AddHit(T hit)
 
Parameters
| Type | 
Name | 
Description | 
| T | 
hit | 
 | 
Returns
Implements