C# 클래스 celtraJackpotPlayer.Utilities.DataManipulation

파일 보기 프로젝트 열기: celtra/fri-challenge-2014-jackpot

공개 메소드들

메소드 설명
_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

메소드 상세

_IntArrayToString() 공개 정적인 메소드

public static _IntArrayToString ( Array array ) : string
array Array
리턴 string

_IntMatrixToString() 공개 정적인 메소드

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

_PrepareAddress() 공개 정적인 메소드

public static _PrepareAddress ( string address ) : string
address string
리턴 string

_PrepareGameObjectForComputation() 공개 정적인 메소드

public static _PrepareGameObjectForComputation ( Game gameData ) : Game
gameData Game
리턴 Game

_StringToIntArray() 공개 정적인 메소드

public static _StringToIntArray ( string str ) : int[]
str string
리턴 int[]

_StringToIntMatrix() 공개 정적인 메소드

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

_SumOfScores() 공개 정적인 메소드

public static _SumOfScores ( Game gameData ) : int
gameData Game
리턴 int

_UpdateGameObjectForDbSave() 공개 정적인 메소드

public static _UpdateGameObjectForDbSave ( Game gameData ) : Game
gameData Game
리턴 Game