< Dice | RollResult
RollResult.Value Property
From DiceRoller Documentation
Gets the result of the roll.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public decimal Value { get; private set; }
Property Value
Type: System.Decimal
The result of the roll. This will either be the total or the number of successes. RollResult.ResultType can be used to determine which it is. This property is read-only.