MCPcopy
hub / github.com/gogf/gf / Float64

Struct Float64

container/gtype/gtype_float64.go:18–20  ·  view source on GitHub ↗

Float64 is a struct for concurrent-safe operation for type float64.

Source from the content-addressed store, hash-verified

16
17// Float64 is a struct for concurrent-safe operation for type float64.
18type Float64 struct {
19 value uint64
20}
21
22// NewFloat64 creates and returns a concurrent-safe object for float64 type,
23// with given initial value `value`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected