Table of Contents

Method ClampCoord

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ClampCoord(double, double, double)

Returns coordinate value clamped to the inclusive range of min and max.

public static double ClampCoord(double v, double min, double max)

Parameters

v double

The value to be clamped.

min double

The lower bound of the result.

max double

The upper bound of the result.

Returns

double