C# Класс HdrHistogram.TimeStamp

Helper methods to get time periods based in system stopwatch units.
Показать файл Открыть проект

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

Метод Описание
Hours ( int hours ) : long

Return a long representing the number system timer ticks that occur over the provided number of hours.

Minutes ( long minutes ) : long

Return a long representing the number system timer ticks that occur over the provided number of minutes.

Seconds ( long seconds ) : long

Return a long representing the number system timer ticks that occur over the provided number of seconds.

Описание методов

Hours() публичный статический Метод

Return a long representing the number system timer ticks that occur over the provided number of hours.
public static Hours ( int hours ) : long
hours int A number hours to represent.
Результат long

Minutes() публичный статический Метод

Return a long representing the number system timer ticks that occur over the provided number of minutes.
public static Minutes ( long minutes ) : long
minutes long A number minutes to represent.
Результат long

Seconds() публичный статический Метод

Return a long representing the number system timer ticks that occur over the provided number of seconds.
public static Seconds ( long seconds ) : long
seconds long A number seconds to represent.
Результат long