Table of Contents

Constructor MinMaxInt

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

MinMaxInt(int, int)

Creates a range with the supplied minimum and maximum values.

public MinMaxInt(int min, int max)

Parameters

min int

Lower bound of the range.

max int

Upper bound of the range.