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

Struct Float32

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

Float32 is a struct for concurrent-safe operation for type float32.

Source from the content-addressed store, hash-verified

16
17// Float32 is a struct for concurrent-safe operation for type float32.
18type Float32 struct {
19 value uint32
20}
21
22// NewFloat32 creates and returns a concurrent-safe object for float32 type,
23// with given initial value `value`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected