gtbox_unit

package
v0.0.94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GTUnit

type GTUnit struct {
	BitInfo   *gtbox_unit_bit.GTUnitBit
	BytesInfo *gtbox_unit_bytes.GTUnitBytes
}

func NewWithBitFormat

func NewWithBitFormat(bitString string, resultUnitType UnitType) *GTUnit

NewWithBitFormat 通过 bit(比特) 创建 Model bitString bit单位的 bit值 resultUnitType 返回值的单位 默认不做处理,推荐自动格式化

func NewWithBytesFormat

func NewWithBytesFormat(BytesString string, resultUnitType UnitType) *GTUnit

NewWithBytesFormat 通过 Bytes(字节) 创建 Model BytesString Byte 单位的 Bytes值 resultUnitType 返回值的单位 默认不做处理,推荐自动格式化

type UnitType

type UnitType int

UnitBits Bit 比特 显示单位 Model

const (
	UnitTypeNone  UnitType = iota // 不做转换
	UnitTypeAuto                  // 自动根据位数换算单位
	UnitTypeKilo                  // Kilo 千
	UnitTypeMega                  // Mega 兆
	UnitTypeGiga                  // Giga 吉
	UnitTypeTera                  // Tera 太
	UnitTypePeta                  // Peta 拍
	UnitTypeExa                   // Exa 艾
	UnitTypeZetta                 // Zetta 泽
	UnitTypeYotta                 // Yotta 尧

)

func (UnitType) String

func (aType UnitType) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL