Click or drag to resize

ResamplingType Enumeration

Method of resampling type.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public enum ResamplingType
Members
  Member nameValueDescription
LastElement0 This resampling method means, LastElement - mean that we use for calculation values equals to last value on resampling period,
ArithmeticMean1 ArithmeticMean - mean that we use for calculation values equals to arithmetic mean of values on resampling period,
See Also