< Dice‎ | RollResult
Revision as of 20:02, 13 April 2017 by Skizzerz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RollResult.NumRolls Property

From DiceRoller Documentation

The number of dice rolls that were needed to fully evaluate this expression.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

public int NumRolls { get; private set; }

Property Value

Type: System.Int32

The number of dice rolls that were needed to fully evaluate this expression.

Remarks

This will always be less than or equal to RollerConfig.MaxDice.