BaseMultipleValueIndicatorTResamplingMethod Property |
Get or Specify resampling Method.
LastElement - mean that we use for calculation values equals to last value on resampling period,
ArithmeticMean - mean that we use for calculation values equals to arithmetic mean of values on resampling period,
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public ResamplingType ResamplingMethod { get; set; }
Property Value
Type:
ResamplingTypeExceptions Exception | Condition |
---|
InvalidOperationException | Thrown when you try to specify resampling to indicator which is already in use. |
See Also