Click or drag to resize

RangeOfIntegers Structure

A range of integers

Namespace:  DigitalRuby.WeatherMaker
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 number
Public methodRandom(Random)
Generate a random number using a specific random instance
Public methodToString
ToString
(Overrides ValueTypeToString.)
Public methodToVector2
Convert min and max to Vector2
Top
Fields
  NameDescription
Public fieldMaximum
Maximum value (inclusive)
Public fieldMinimum
Minimum value (inclusive)
Top
See Also