Table of Contents

Class MinMaxInt

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Class for representing a bounded range.

[Version(1, 2, 0)]
[Serializable]
public class MinMaxInt
Inheritance
MinMaxInt
Inherited Members
Extension Methods

Constructors

MinMaxInt()

Initializes a new instance with a range of [0, 1].

MinMaxInt(int, int)

Initializes a new instance with the specified range.

Fields

max

The maximum value of the range.

min

The minimum value of the range.