Wiki

Clone wiki

RogueSharp / RogueSharp.DiceNotation / DiceExpression / Dice

DiceExpressionDice Method (Int32, Int32)

Add multiple Dice to this DiceExpression with the specified parameters

Namespace: RogueSharp.DiceNotation
Assembly:

Syntax

public DiceExpression Dice(
    int multiplicity,
    int sides
)

Parameters

multiplicity

Type: SystemInt32
The number of Dice

sides

Type: SystemInt32
The number of sides per Die

Return Value

Type: DiceExpression
A DiceExpression representing the previous terms in this DiceExpression plus these newly added Dice

See Also

Reference

DiceExpression Class
RogueSharp.DiceNotation Namespace

[3]: 2014-2016 Faron Bracy

Updated