< Dice | RollResult
Difference between revisions of "Dice/RollResult/NumRolls"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollResult.NumRolls Property}} The number of dice rolls that were needed to fully evaluate this expression. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public l...") |
(No difference)
|
Revision as of 20:01, 13 April 2017
The number of dice rolls that were needed to fully evaluate this expression.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public long NumRolls { get; private set; }
Property Value
Type: System.Int64
The number of dice rolls that were needed to fully evaluate this expression.