Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

IComparible

Narumikazuchi edited this page Sep 17, 2021 · 4 revisions

Extensions

Clamp

Methods

Clamp(T, T)

Returns the IComparable<T> clamped between the specified min and max value.

IComparable<T> Clamp(IComparable<T>,
                     IComparable<T>);

Clone this wiki locally