Enum ConsolidationFunction

ConsolidationFunction enumeration

Represents consolidation function.

public enum ConsolidationFunction

Values

NameValueDescription
Sum0Represents Sum function.
Count1Represents Count function.
Average2Represents Average function.
Max3Represents Max function.
Min4Represents Min function.
Product5Represents Product function.
CountNums6Represents Count Nums function.
StdDev7Represents StdDev function.
StdDevp8Represents StdDevp function.
Var9Represents Var function.
Varp10Represents Varp function.
DistinctCount11Represents Distinct Count function.

See Also