DieResult.NumSides Property

From DiceRoller Documentation

If the DieResult represents a die roll, this is the number of sides that die had.

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

Syntax

public int Numsides { get; set; }

Property Value

Type: System.Int32

How many sides the die had.

Remarks

If the die did not represent a roll, this will be 0. For fudge dice, this is the maximum possible value rolled (so 1dF would have NumSides of 1, even though there are 3 possible results).