Code generated by "stringer -type=NumberKind"; DO NOT EDIT.

package metric

import 

An "invalid array index" compiler error signifies that the constant values have changed. Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [Int64NumberKind-0]
	_ = [Float64NumberKind-1]
}

const _NumberKind_name = "Int64NumberKindFloat64NumberKind"

var _NumberKind_index = [...]uint8{0, 15, 32}

func ( NumberKind) () string {
	if  < 0 ||  >= NumberKind(len(_NumberKind_index)-1) {
		return "NumberKind(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _NumberKind_name[_NumberKind_index[]:_NumberKind_index[+1]]