C# Class Platform.FormatEvil

Afficher le fichier Open project: Lokad/lokad-data-platform

Méthodes publiques

Méthode Description
SizeInBytes ( long sizeInBytes ) : string

Formats the size in bytes to a pretty string.

SpeedInBytes ( double bytesPerSecond ) : string
ToHumanReadable ( double value ) : string

Private Methods

Méthode Description
FormatEvil ( ) : System

Method Details

SizeInBytes() public static méthode

Formats the size in bytes to a pretty string.
public static SizeInBytes ( long sizeInBytes ) : string
sizeInBytes long The size in bytes.
Résultat string

SpeedInBytes() public static méthode

public static SpeedInBytes ( double bytesPerSecond ) : string
bytesPerSecond double
Résultat string

ToHumanReadable() public static méthode

public static ToHumanReadable ( double value ) : string
value double
Résultat string