Table of Contents

Method Log1p

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Log1p(SearchScoreFunction<TDocument>)

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

public SearchScoreFunction<TDocument> Log1p(SearchScoreFunction<TDocument> operand)

Parameters

operand SearchScoreFunction<TDocument>

The number.

Returns

SearchScoreFunction<TDocument>

A logarithmic score function.