C# 클래스 Emlid.WindowsIot.Common.StopwatchExtensions

Extensions to the Stopwatch class.
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT

공개 프로퍼티들

프로퍼티 타입 설명
TicksPerMicrosecond double

공개 메소드들

메소드 설명
ElapsedMicroseconds ( this timer ) : long

Gets the total elapsed time in microseconds.

GetTimestampInMicroseconds ( ) : long

Gets the total elapsed time in microseconds.

메소드 상세

ElapsedMicroseconds() 공개 정적인 메소드

Gets the total elapsed time in microseconds.
public static ElapsedMicroseconds ( this timer ) : long
timer this
리턴 long

GetTimestampInMicroseconds() 공개 정적인 메소드

Gets the total elapsed time in microseconds.
public static GetTimestampInMicroseconds ( ) : long
리턴 long

프로퍼티 상세

TicksPerMicrosecond 공개적으로 정적으로 프로퍼티

Number of Stopwatch.ElapsedTicks in a microsecond.
public static double TicksPerMicrosecond
리턴 double