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