Link Search Menu Expand Document

Constructor: statsAbsValueAndPrev

Back to constructors index

Statistics value couple; initial and final value for period of time currently in consideration

Attributes:

NameTypeRequiredDescription
currentdoubleYesCurrent value
previousdoubleYesPrevious value

Type: StatsAbsValueAndPrev

Example:

$statsAbsValueAndPrev = ['_' => 'statsAbsValueAndPrev', 'current' => double, 'previous' => double];