C# Класс Qowaiv.IO.StreamSizeExtensions

Contains extensions for stream size.
Показать файл Открыть проект

Открытые методы

Метод Описание
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