C# 클래스 Qowaiv.IO.StreamSizeExtensions

Contains extensions for stream size.
파일 보기 프로젝트 열기: Corniel/Qowaiv

공개 메소드들

메소드 설명
Average ( this streamSizes ) : StreamSize

Computes the average of a sequence of stream sizes.

GetStreamSize ( this bytes ) : StreamSize

Gets the size of the byte array.

Sum ( this streamSizes ) : StreamSize

Computes the sum of a sequence of stream sizes.

메소드 상세

Average() 공개 정적인 메소드

Computes the average of a sequence of stream sizes.
public static Average ( this streamSizes ) : StreamSize
streamSizes this
리턴 StreamSize

GetStreamSize() 공개 정적인 메소드

Gets the size of the byte array.
public static GetStreamSize ( this bytes ) : StreamSize
bytes this
리턴 StreamSize

Sum() 공개 정적인 메소드

Computes the sum of a sequence of stream sizes.
public static Sum ( this streamSizes ) : StreamSize
streamSizes this
리턴 StreamSize