C# 클래스 SharpOSC.Utils

파일 보기 프로젝트 열기: ValdemarOrn/SharpOSC

공개 메소드들

메소드 설명
AlignedStringLength ( string val ) : int
DateTimeToTimetag ( System.DateTime value ) : System.UInt64
TimetagToDateTime ( System.UInt64 val ) : System.DateTime
TimetagToFraction ( System.UInt64 val ) : double

메소드 상세

AlignedStringLength() 공개 정적인 메소드

public static AlignedStringLength ( string val ) : int
val string
리턴 int

DateTimeToTimetag() 공개 정적인 메소드

public static DateTimeToTimetag ( System.DateTime value ) : System.UInt64
value System.DateTime
리턴 System.UInt64

TimetagToDateTime() 공개 정적인 메소드

public static TimetagToDateTime ( System.UInt64 val ) : System.DateTime
val System.UInt64
리턴 System.DateTime

TimetagToFraction() 공개 정적인 메소드

public static TimetagToFraction ( System.UInt64 val ) : double
val System.UInt64
리턴 double