byte_size
byte_size
ByteSize
GetMinValue method
GetMinValue
byte_size
byte_size
ByteSize
GetMinValue method
ByteSize class
Constructors
ByteSize
Properties
Bits
Bytes
GigaBytes
KiloBytes
MegaBytes
PetaBytes
TeraBytes
hashCode
runtimeType
Methods
Add
AddBits
AddBytes
AddGigaBytes
AddKiloBytes
AddMegaBytes
AddPetaBytes
AddTeraBytes
compareTo
Subtract
ToString
noSuchMethod
toString
Operators
operator +
operator -
operator <
operator <=
operator ==
operator >
operator >=
Static methods
FromBits
FromBytes
FromGigaBytes
FromKiloBytes
FromMegaBytes
FromPetaBytes
FromTeraBytes
GetMaxValue
GetMinValue
Parse
TryParse
GetMinValue
method
ByteSize
GetMinValue
(
)
Returns the minimum possible ByteSize objects.
Implementation
static ByteSize GetMinValue() => FromBits(0);