Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

DistributionAggregation([]float64{...}) to DistributionAggregation{} #538

Conversation

odeke-em
Copy link
Member

@odeke-em odeke-em commented Mar 8, 2018

DistributionAggregation's type declaration is
type DistributionAggregation []float64
therefore float64 values can be added to it directly
e.g:
DistributionAggregation{0, 10, 25.3}

DistributionAggregation's type declaration is
type DistributionAggregation []float64
therefore float64 values can be added to it directly
e.g:
  DistributionAggregation{0, 10, 25.3}
@semistrict semistrict merged commit bbc3874 into census-instrumentation:master Mar 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants