Table of Contents

Method GetRange

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

GetRange()

Returns the minimum and maximum values of this range.

public (float min, float max) GetRange()

Returns

(float min, float max)

A tuple containing the minimum and maximum values.