Layer 224
StatsPercentValueObj
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 StatsPercentValueObj constructor obj := &tg.StatsPercentValueObj{ Part: 3.14159, Total: 3.14159, }