MCPcopy
hub / github.com/montanaflynn/stats / Get

Method Get

data.go:7–7  ·  view source on GitHub ↗

Get item in slice

(i int)

Source from the content-addressed store, hash-verified

5
6// Get item in slice
7func (f Float64Data) Get(i int) float64 { return f[i] }
8
9// Len returns length of slice
10func (f Float64Data) Len() int { return len(f) }

Callers 6

MinFunction · 0.80
MaxFunction · 0.80
CovarianceFunction · 0.80
CovariancePopulationFunction · 0.80
EntropyFunction · 0.80
TestInterfaceMethodsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestInterfaceMethodsFunction · 0.64