Table of Contents

Constructor MinMaxFloat

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

MinMaxFloat()

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

public MinMaxFloat()

MinMaxFloat(float, float)

Initializes a new instance with the specified range.

public MinMaxFloat(float min, float max)

Parameters

min float

The minimum value.

max float

The maximum value.