Layer 220
StatsPercentValue
Channel statistics percentage. Compute the percentage simply by doing part * total / 100
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Part | double | Partial value |
| Total | double | Total value |
Returns
StatsPercentValueGogram Example
// Creating StatsPercentValue constructor obj := &tg.StatsPercentValue{ Part: 0.0, Total: 0.0, }