github.com/jackc/pgtype.Line.C (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#L89: 		C:      math.Float64frombits(c),
		line.go#L106: 		strconv.FormatFloat(src.C, 'f', -1, 64),
		line.go#L122: 	buf = pgio.AppendUint64(buf, math.Float64bits(src.C))