Click or drag to resize

dataPointAggregationType Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math.aggregation
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
[FlagsAttribute]
public enum dataPointAggregationType
Request Example View Source
Members
  Member nameValueDescription
none0
hidden1
lastEntry2
firstEntry4
sum8
avg16
min32
max64
count128 The count of dataPoints (non null) sent to the aggregation
clear256 Shows the column but writes nothing
stdev512
range1024
var2048
entropy4096
groupCaption8192 Value will be caption for column in multitable scenario
rowSnap16384
See Also