C# Class celtraJackpotPlayer.Utilities.DataManipulation

Exibir arquivo Open project: celtra/fri-challenge-2014-jackpot

Public Methods

Method Description
_IntArrayToString ( Array array ) : string
_IntMatrixToString ( ].int[ matrix ) : string
_PrepareAddress ( string address ) : string
_PrepareGameObjectForComputation ( Game gameData ) : Game
_StringToIntArray ( string str ) : int[]
_StringToIntMatrix ( string str ) : ].int[
_SumOfScores ( Game gameData ) : int
_UpdateGameObjectForDbSave ( Game gameData ) : Game

Method Details

_IntArrayToString() public static method

public static _IntArrayToString ( Array array ) : string
array Array
return string

_IntMatrixToString() public static method

public static _IntMatrixToString ( ].int[ matrix ) : string
matrix ].int[
return string

_PrepareAddress() public static method

public static _PrepareAddress ( string address ) : string
address string
return string

_PrepareGameObjectForComputation() public static method

public static _PrepareGameObjectForComputation ( Game gameData ) : Game
gameData Game
return Game

_StringToIntArray() public static method

public static _StringToIntArray ( string str ) : int[]
str string
return int[]

_StringToIntMatrix() public static method

public static _StringToIntMatrix ( string str ) : ].int[
str string
return ].int[

_SumOfScores() public static method

public static _SumOfScores ( Game gameData ) : int
gameData Game
return int

_UpdateGameObjectForDbSave() public static method

public static _UpdateGameObjectForDbSave ( Game gameData ) : Game
gameData Game
return Game