FormulaTypes Enum

Definition

Specifies the type of calculation to perform on the values represented by Value if more than one value is present.

public enum class FormulaTypes
public enum FormulaTypes
type FormulaTypes = 
Public Enum FormulaTypes
Inheritance
FormulaTypes

Fields

Average 1

Calculate the average of the values.

Integral 10

Calculate the integral of the values over a specified time interval.

Linear 2

Apply a linear formula to the last value in the set of sorted values.

Max 3

Calculate the maximum value.

Median 5

Calculate the median value.

Min 4

Calculate the minimum value.

None 0

Calculate the last value in the sorted array of values.

OpenClose 6

Calculate the minimum and maximum values.

Percentile 7

Calculate the lower percentile and the higher percentile represented by two values.

RateOfChange 9

Calculate the rate of change of the values over a specified time interval.

Variance 8

Calculate the variance of the values.

Applies to