sort.Float64Slice.Len (method, view implemented interface methods)

one use

	sort (current package)
		sort.go#L131: func (x Float64Slice) Len() int { return len(x) }