Click or drag to resize

SearchScoreFunctionBuilderTDocumentLog1p Method

Creates a function that adds 1 to a number and then calculates its base-10 logarithm.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public SearchScoreFunction<TDocument> Log1p(
	SearchScoreFunction<TDocument> operand
)

Parameters

operand
Type: MongoDB.Driver.SearchSearchScoreFunctionTDocument
The number.

Return Value

Type: SearchScoreFunctionTDocument
A logarithmic score function.
See Also