Method N
N(int)
Returns an positional weighting.
public static ExponentialMovingAveragePositionalWeighting N(int n)Parameters
- nint
- The n value. 
Returns
- ExponentialMovingAveragePositionalWeighting
- An n weighting. 
Returns an positional weighting.
public static ExponentialMovingAveragePositionalWeighting N(int n)n intThe n value.
An n weighting.