1 reference to Clamp
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
520public static byte Clamp(byte value, byte min, byte max) => Math.Clamp(value, min, max);