C# Class Emlid.WindowsIot.Common.StopwatchExtensions

Extensions to the Stopwatch class.
Afficher le fichier Open project: emlid/Navio-SDK-Windows-IoT

Méthodes publiques

Свойство Type Description
TicksPerMicrosecond double

Méthodes publiques

Méthode Description
ElapsedMicroseconds ( this timer ) : long

Gets the total elapsed time in microseconds.

GetTimestampInMicroseconds ( ) : long

Gets the total elapsed time in microseconds.

Method Details

ElapsedMicroseconds() public static méthode

Gets the total elapsed time in microseconds.
public static ElapsedMicroseconds ( this timer ) : long
timer this
Résultat long

GetTimestampInMicroseconds() public static méthode

Gets the total elapsed time in microseconds.
public static GetTimestampInMicroseconds ( ) : long
Résultat long

Property Details

TicksPerMicrosecond public_oe static_oe property

Number of Stopwatch.ElapsedTicks in a microsecond.
public static double TicksPerMicrosecond
Résultat double