C# Class NDiceBag.DiceExtensions

Mostra file Open project: jdscolam/NDiceBag

Public Methods

Method Description
GrabPercentileDice ( this me ) : Dice
d ( this numberOfDice, int numberOfSides = 6 ) : Dice

Get a number of dice.

Method Details

GrabPercentileDice() public static method

public static GrabPercentileDice ( this me ) : Dice
me this
return Dice

d() public static method

Get a number of dice.
public static d ( this numberOfDice, int numberOfSides = 6 ) : Dice
numberOfDice this
numberOfSides int
return Dice