MCPcopy Create free account
hub / github.com/aws/smithy-go / Float

Method Float

encoding/httpbinding/query.go:73–75  ·  view source on GitHub ↗

Float encodes v as a query string value

(v float32)

Source from the content-addressed store, hash-verified

71
72// Float encodes v as a query string value
73func (qv QueryValue) Float(v float32) {
74 qv.float(float64(v), 32)
75}
76
77// Double encodes v as a query string value
78func (qv QueryValue) Double(v float64) {

Callers

nothing calls this directly

Calls 1

floatMethod · 0.95

Tested by

no test coverage detected