Click or drag to resize

imbAttribute Constructor (dataPointAggregationAspect, dataPointAggregationType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines one aspect of aggregation config

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbAttribute(
	dataPointAggregationAspect aggregationAspect,
	dataPointAggregationType types
)
Request Example View Source

Parameters

aggregationAspect
Type: imbSCI.Core.math.aggregationdataPointAggregationAspect
The aggregation aspect to be declared.
types
Type: imbSCI.Core.math.aggregationdataPointAggregationType
The types to be set for the aspect
See Also