Table of Contents

Constructor MinMaxFloat

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

MinMaxFloat(float, float)

Creates a range with the supplied minimum and maximum values.

public MinMaxFloat(float min, float max)

Parameters

min float

Lower bound of the range.

max float

Upper bound of the range.