Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnitBitCovertToUnitBytes ¶ added in v0.1.90
func UnitBitCovertToUnitBytes(aBit *gtbox_unit_bit.GTUnitBit) *gtbox_unit_bytes.GTUnitBytes
UnitBitCovertToUnitBytes 以2进制计算方式 将 Bit(比特) 换算成 Byte (字节)
func UnitBytesCovertToUnitBit ¶ added in v0.1.90
func UnitBytesCovertToUnitBit(aBytes *gtbox_unit_bytes.GTUnitBytes) *gtbox_unit_bit.GTUnitBit
UnitBytesCovertToUnitBit 以2进制计算方式 将 Byte (字节) 换算成 Bit(比特)
Types ¶
type GTUnit ¶
type GTUnit struct { BitInfo *gtbox_unit_bit.GTUnitBit BytesInfo *gtbox_unit_bytes.GTUnitBytes }
func NewWithBitFormat ¶
NewWithBitFormat 通过 bit(比特) 创建 Model bitString bit单位的 bit值 resultUnitType 返回值的单位 默认不做处理,推荐自动格式化
func NewWithBytesFormat ¶
NewWithBytesFormat 通过 Bytes(字节) 创建 Model BytesString Byte 单位的 Bytes值 resultUnitType 返回值的单位 默认不做处理,推荐自动格式化
type UnitType ¶
type UnitType int
UnitType
* Bit 比特 显示单位 Model
- @enum UnitTypeNone 不做转换
- @enum UnitTypeAuto 自动根据位数换算单位
- @enum UnitTypeKilo Kilo 千
- @enum UnitTypeMega Mega 兆
- @enum UnitTypeGiga Giga 吉
- @enum UnitTypeTera Tera 太
- @enum UnitTypePeta Peta 拍
- @enum UnitTypeExa Exa 艾
- @enum UnitTypeZetta Zetta 泽
- @enum UnitTypeYotta Yotta 尧
Click to show internal directories.
Click to hide internal directories.