Layer 224
StatsAbsValueAndPrevObj
Statistics value couple; initial and final value for period of time currently in consideration
constructor
statsAbsValueAndPrev#cb43acde current:double previous:double = StatsAbsValueAndPrev;
Parameters
| Name | Type | Description |
|---|---|---|
| Current | double | Current value |
| Previous | double | Previous value |
Returns
StatsAbsValueAndPrevGogram Example
// Creating StatsAbsValueAndPrevObj constructor obj := &tg.StatsAbsValueAndPrevObj{ Current: 3.14159, Previous: 3.14159, }