C# Class YurikoCS.Triad

Afficher le fichier Open project: ItalianDevs4PM/Yuriko-CS Class Usage Examples

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]
ToInt16 ( ) : short
ToInt32 ( ) : int
ToInt64 ( ) : long
Triad ( byte bytes ) : System
Triad ( int value ) : System
Triad ( long value ) : System
Triad ( short value ) : System

Method Details

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

ToInt16() public méthode

public ToInt16 ( ) : short
Résultat short

ToInt32() public méthode

public ToInt32 ( ) : int
Résultat int

ToInt64() public méthode

public ToInt64 ( ) : long
Résultat long

Triad() public méthode

public Triad ( byte bytes ) : System
bytes byte
Résultat System

Triad() public méthode

public Triad ( int value ) : System
value int
Résultat System

Triad() public méthode

public Triad ( long value ) : System
value long
Résultat System

Triad() public méthode

public Triad ( short value ) : System
value short
Résultat System