go.opentelemetry.io/otel/api/metric.Number.AsInt64 (method)
11 uses
go.opentelemetry.io/otel/api/metric (current package)
number.go#L104: return NewInt64Number(-nn.AsInt64())
number.go#L126: func (n *Number) AsInt64() int64 {
number.go#L188: return n.AsInt64()
number.go#L202: return float64(n.AsInt64())
number.go#L287: old := n.AsInt64()
number.go#L336: n.AddInt64(nn.AsInt64())
number.go#L367: n.AddInt64Atomic(nn.AsInt64())
number.go#L435: return n.CompareInt64(nn.AsInt64())
number.go#L456: this := n.AsInt64()
number.go#L507: return fmt.Sprintf("%d", n.AsInt64())
number.go#L520: return n.AsInt64()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |