--- title: "statsAbsValueAndPrev" description: "Statistics value couple; initial and final value for period of time currently in consideration" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: statsAbsValueAndPrev [Back to constructors index](/API_docs/constructors/index.html) Statistics value couple; initial and final value for period of time currently in consideration ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |current|[double](/API_docs/types/double.html) | Yes|Current value| |previous|[double](/API_docs/types/double.html) | Yes|Previous value| ### Type: [StatsAbsValueAndPrev](/API_docs/types/StatsAbsValueAndPrev.html) ### Example: ``` $statsAbsValueAndPrev = ['_' => 'statsAbsValueAndPrev', 'current' => double, 'previous' => double]; ```