Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ Float64
Method
Float64
proto/message.go:96–98 ·
view source on GitHub ↗
(v float64)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(f FieldNumber) Float64(v float64) RawMessage {
97
return
f.Fixed64(math.Float64bits(v))
98
}
99
100
func
(f FieldNumber) String(v string) RawMessage {
101
return
f.Bytes([]byte(v))
Callers
5
Value
Method · 0.95
TestRewrite
Function · 0.80
BenchmarkRewrite
Function · 0.80
parseRewriteTemplateDouble
Function · 0.80
TestNumberAccessors
Function · 0.80
Calls
1
Fixed64
Method · 0.95
Tested by
3
TestRewrite
Function · 0.64
BenchmarkRewrite
Function · 0.64
TestNumberAccessors
Function · 0.64