C# 클래스 Platform.FormatEvil

파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 메소드들

메소드 설명
SizeInBytes ( long sizeInBytes ) : string

Formats the size in bytes to a pretty string.

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

비공개 메소드들

메소드 설명
FormatEvil ( ) : System

메소드 상세

SizeInBytes() 공개 정적인 메소드

Formats the size in bytes to a pretty string.
public static SizeInBytes ( long sizeInBytes ) : string
sizeInBytes long The size in bytes.
리턴 string

SpeedInBytes() 공개 정적인 메소드

public static SpeedInBytes ( double bytesPerSecond ) : string
bytesPerSecond double
리턴 string

ToHumanReadable() 공개 정적인 메소드

public static ToHumanReadable ( double value ) : string
value double
리턴 string