Table of Contents

Method IsInRange

Namespace
Pinwheel.Poseidon
Assembly
Pinwheel.Poseidon.Runtime.dll

IsInRange(float, float, float)

public static bool IsInRange(float number, float minValue, float maxValue)

Parameters

number float
minValue float
maxValue float

Returns

bool