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 18, 2021 · 4 revisions

Assembly: Narumikazuchi.dll
Namespace: Narumikazuchi
Class: System_Extensions

Extensions

Clamp(T, T)

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