Show / Hide Table of Contents

Struct SizeSpan

Namespace: BinaryMapper.Core
Assembly: BinaryMapper.Core.dll
Syntax
public struct SizeSpan

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
Type Description
UInt64
| Improve this Doc View Source

Gibibytes

Declaration
public double Gibibytes { get; }
Property Value
Type Description
Double
| Improve this Doc View Source

Kibibytes

Declaration
public double Kibibytes { get; }
Property Value
Type Description
Double
| Improve this Doc View Source

Mebibytes

Declaration
public double Mebibytes { get; }
Property Value
Type Description
Double
| Improve this Doc View Source

Tebibytes

Declaration
public double Tebibytes { get; }
Property Value
Type Description
Double

Methods

| Improve this Doc View Source

FromBytes(UInt64)

Declaration
public static SizeSpan FromBytes(ulong bytes)
Parameters
Type Name Description
UInt64 bytes
Returns
Type Description
SizeSpan
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX