Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a value to the map that contains the aggregation dates and quantities.
Syntax
protected void mapPeriodAddValue(
Map _mapPeriod,
str _mapKey,
real _addValue)
Run On
Called
Parameters
- _mapPeriod
Type: Map Class
A Map instance that contains aggregation dates and quantities.
- _mapKey
Type: str
A string that contains the map key of the reduction period.
- _addValue
Type: real
A real value that should be added to the reduction value.