math/big.Float.Int64 (method)
6 uses
math/big (current package)
float.go#L780: func (x *Float) Int64() (int64, Accuracy) {
github.com/aws/smithy-go/encoding/httpbinding
header.go#L111: if i, accuracy := v.Int64(); accuracy == big.Exact {
query.go#L102: if i, accuracy := v.Int64(); accuracy == big.Exact {
uri.go#L90: if i, accuracy := v.Int64(); accuracy == big.Exact {
github.com/aws/smithy-go/encoding/xml
value.go#L183: if i, accuracy := v.Int64(); accuracy == big.Exact {
github.com/aws/smithy-go/time
time.go#L80: i, _ := f.Int64()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)