Table of Contents

Class ExamineValueExtensions

Namespace
Examine.Search
Assembly
Examine.Core.dll

Provides extension methods for the Examineness enumeration to enhance its functionality.

public static class ExamineValueExtensions
Inheritance
ExamineValueExtensions
Inherited Members

Methods

WithBoost(IExamineValue, float)

Applies the Boosted flag to the specified Examine value.

public static IExamineValue WithBoost(this IExamineValue examineValue, float boost)

Parameters

examineValue IExamineValue
boost float

Returns

IExamineValue