C# Class SharpOSC.Timetag

Mostrar archivo Open project: ValdemarOrn/SharpOSC Class Usage Examples

Public Properties

Property Type Description
Tag System.UInt64

Public Methods

Method Description
Equals ( System obj ) : bool
GetHashCode ( ) : int
Timetag ( System.DateTime value ) : System
Timetag ( System.UInt64 value ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Timetag() public method

public Timetag ( System.DateTime value ) : System
value System.DateTime
return System

Timetag() public method

public Timetag ( System.UInt64 value ) : System
value System.UInt64
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Tag public_oe property

public UInt64,System Tag
return System.UInt64