C# Class System.UInt32

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( uint value ) : int
Equals ( object obj ) : bool
Equals ( uint obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
ToString ( string format ) : string

Method Details

CompareTo() public méthode

public CompareTo ( uint value ) : int
value uint
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Equals() public méthode

public Equals ( uint obj ) : bool
obj uint
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( string format ) : string
format string
Résultat string