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