C# Class SharpOSC.Utils

Afficher le fichier Open project: ValdemarOrn/SharpOSC

Méthodes publiques

Méthode Description
AlignedStringLength ( string val ) : int
DateTimeToTimetag ( System.DateTime value ) : System.UInt64
TimetagToDateTime ( System.UInt64 val ) : System.DateTime
TimetagToFraction ( System.UInt64 val ) : double

Method Details

AlignedStringLength() public static méthode

public static AlignedStringLength ( string val ) : int
val string
Résultat int

DateTimeToTimetag() public static méthode

public static DateTimeToTimetag ( System.DateTime value ) : System.UInt64
value System.DateTime
Résultat System.UInt64

TimetagToDateTime() public static méthode

public static TimetagToDateTime ( System.UInt64 val ) : System.DateTime
val System.UInt64
Résultat System.DateTime

TimetagToFraction() public static méthode

public static TimetagToFraction ( System.UInt64 val ) : double
val System.UInt64
Résultat double