github.com/jackc/pgtype.Line.B (field)

5 uses

	github.com/jackc/pgtype (current package)
		line.go#L15: 	A, B, C float64
		line.go#L68: 	*dst = Line{A: a, B: b, C: c, Status: Present}
		line.go#L88: 		B:      math.Float64frombits(b),
		line.go#L105: 		strconv.FormatFloat(src.B, 'f', -1, 64),
		line.go#L121: 	buf = pgio.AppendUint64(buf, math.Float64bits(src.B))