This documentation is compiled for the latest release of Mathos Core Library
Top
Top
The DiceSimulator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | DiffDiceRoll |
Rolls the "nDice" and then subtracts them (using sequency ABS diff)
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MaxDiceRoll |
Rolls the "nDice" and then finds the maximum
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Roll |
Rolls the dice "nDiceIndex" indicates which if more than one, if only 1, then no parameter is required
|
![]() | SumDiceRoll |
Rolls the "nDice" and sums them
|
![]() | ToString | (Overrides ObjectToString.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | From(Enum) | Overloaded. (Defined by Converter.) |
![]() | From(Base) | Overloaded. (Defined by Converter.) |
See Also