Layer 227
StatsPercentValueObj
Channel statistics percentage. Compute the percentage simply by doing part * total / 100
constructor
statsPercentValue#cbce2fe0 part:double total:double = StatsPercentValue;
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, }