C# Class TicTacToeGameUtil.IntExtensions

Mostra file Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
IsEven ( this n ) : bool
IsOdd ( this n ) : bool

Method Details

IsEven() public static method

public static IsEven ( this n ) : bool
n this
return bool

IsOdd() public static method

public static IsOdd ( this n ) : bool
n this
return bool