Struct SizeSpan
Assembly: BinaryMapper.Core.dll
Syntax
Constructors
|
Improve this Doc
View Source
SizeSpan(UInt64)
Declaration
public SizeSpan(ulong bytes)
Parameters
| Type |
Name |
Description |
| UInt64 |
bytes |
|
Properties
|
Improve this Doc
View Source
Bytes
Declaration
public ulong Bytes { get; }
Property Value
|
Improve this Doc
View Source
Gibibytes
Declaration
public double Gibibytes { get; }
Property Value
|
Improve this Doc
View Source
Kibibytes
Declaration
public double Kibibytes { get; }
Property Value
|
Improve this Doc
View Source
Mebibytes
Declaration
public double Mebibytes { get; }
Property Value
|
Improve this Doc
View Source
Tebibytes
Declaration
public double Tebibytes { get; }
Property Value
Methods
|
Improve this Doc
View Source
FromBytes(UInt64)
Declaration
public static SizeSpan FromBytes(ulong bytes)
Parameters
| Type |
Name |
Description |
| UInt64 |
bytes |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns