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