Method N

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Linq

Assembly

MongoDB.Driver.dll

N(int)

Returns an positional weighting.

public static ExponentialMovingAveragePositionalWeighting N(int n)

Parameters

n int

The n value.

Returns

ExponentialMovingAveragePositionalWeighting

An n weighting.