Documentation
¶
Index ¶
- func Binary2Float32(data []byte) (float32, error)
- func Binary2Float64(data []byte) (float64, error)
- func Binary2Int16(data []byte) (int16, error)
- func Binary2Int32(data []byte) (int32, error)
- func Binary2Int64(data []byte) (int64, error)
- func Binary2UInt16(data []byte) (uint16, error)
- func Binary2UInt32(data []byte) (uint32, error)
- func Binary2UInt64(data []byte) (uint64, error)
- func CheckFloat32Special(value float32) bool
- func CheckFloat64Special(value float64) bool
- func Float32CheckOver(value, delta float32) bool
- func Float32toBinary(value float32) []byte
- func Float64CheckOver(value, delta float64) bool
- func Float64toBinary(value float64) []byte
- func Int16CheckOver(value, delta int16) bool
- func Int16toBinary(value int16) []byte
- func Int32CheckOver(value, delta int32) bool
- func Int32toBinary(value int32) []byte
- func Int64CheckOver(value, delta int64) bool
- func Int64toBinary(value int64) []byte
- func UInt16CheckOverFlow(value, delta uint16) bool
- func UInt16toBinary(value uint16) []byte
- func UInt32CheckOverFlow(value, delta uint32) bool
- func UInt32toBinary(value uint32) []byte
- func UInt64CheckOverFlow(value, delta uint64) bool
- func UInt64toBinary(value uint64) []byte
- func UintCheckUnderFlow[T generic.Unsigned](value, delta T) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Binary2Float32 ¶
func Binary2Float64 ¶
func Binary2Int16 ¶
func Binary2Int32 ¶
func Binary2Int64 ¶
func Binary2UInt16 ¶
func Binary2UInt32 ¶
func Binary2UInt64 ¶
func CheckFloat32Special ¶
func CheckFloat64Special ¶
func Float32CheckOver ¶
func Float32toBinary ¶
func Float64CheckOver ¶
func Float64toBinary ¶
func Int16CheckOver ¶
func Int16toBinary ¶
func Int32CheckOver ¶
func Int32toBinary ¶
func Int64CheckOver ¶
func Int64toBinary ¶
func UInt16CheckOverFlow ¶
func UInt16toBinary ¶
func UInt32CheckOverFlow ¶
func UInt32toBinary ¶
func UInt64CheckOverFlow ¶
func UInt64toBinary ¶
func UintCheckUnderFlow ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.