C# Class K2Informatics.Erlnet.OtpErlangObject.Hash

Show file Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

Method Description
Hash ( int i ) : System
combine ( byte b ) : void
combine ( int a ) : void
combine ( int a, int b ) : void
combine ( long a ) : void
valueOf ( ) : int

Private Methods

Method Description
mix ( ) : void

Method Details

Hash() public method

public Hash ( int i ) : System
i int
return System

combine() public method

public combine ( byte b ) : void
b byte
return void

combine() public method

public combine ( int a ) : void
a int
return void

combine() public method

public combine ( int a, int b ) : void
a int
b int
return void

combine() public method

public combine ( long a ) : void
a long
return void

valueOf() public method

public valueOf ( ) : int
return int