Link Search Menu Expand Document

Constructor: statsPercentValue

Back to constructors index

Channel statistics percentage.
Compute the percentage simply by doing part * total / 100

Attributes:

NameTypeRequiredDescription
partdoubleYesPartial value
totaldoubleYesTotal value

Type: StatsPercentValue

Example:

$statsPercentValue = ['_' => 'statsPercentValue', 'part' => double, 'total' => double];