golang.org/x/net/internal/timeseries.Observable.Multiply (method)

5 uses

	golang.org/x/net/internal/timeseries (current package)
		timeseries.go#L39: 	Multiply(ratio float64)    // Multiplies the data in self by a given ratio
		timeseries.go#L322: 			l.buckets[i].Multiply(factor)
		timeseries.go#L326: 	ts.total.Multiply(factor)
		timeseries.go#L327: 	ts.pending.Multiply(factor)
		timeseries.go#L443: 					used.Multiply(fraction)