1 reference to Clamp
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
619
public static short Clamp(short value, short min, short max) => Math.
Clamp
(value, min, max);