C# Class YurikoCS.Triad

Show file Open project: ItalianDevs4PM/Yuriko-CS Class Usage Examples

Public Methods

Method 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 method

public GetBytes ( ) : byte[]
return byte[]

ToInt16() public method

public ToInt16 ( ) : short
return short

ToInt32() public method

public ToInt32 ( ) : int
return int

ToInt64() public method

public ToInt64 ( ) : long
return long

Triad() public method

public Triad ( byte bytes ) : System
bytes byte
return System

Triad() public method

public Triad ( int value ) : System
value int
return System

Triad() public method

public Triad ( long value ) : System
value long
return System

Triad() public method

public Triad ( short value ) : System
value short
return System