github.com/jackc/pgx/v5/pgtype.Float64Valuer.Float64Value (method)

6 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float4.go#L149: 	n, err := value.(Float64Valuer).Float64Value()
		float8.go#L19: 	Float64Value() (Float8, error)
		float8.go#L157: 	n, err := value.(Float64Valuer).Float64Value()
		float8.go#L172: 	n, err := value.(Float64Valuer).Float64Value()
		numeric.go#L356: 	n, err := value.(Float64Valuer).Float64Value()
		numeric.go#L510: 	n, err := value.(Float64Valuer).Float64Value()