Click or drag to resize

RangeOfIntegers Structure

Min and max range of int (inclusive)

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public struct RangeOfIntegers

The RangeOfIntegers type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodRandom
Generate a random value
Public methodRandom(Random)
Generate a random value with a random instance
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldMaximum
Maximum value (inclusive)
Public fieldMinimum
Minimum value (inclusive)
Top
See Also