3 references to Clamp
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Linux\LinuxUtilizationParserCgroupV2.cs (1)
846shares = Math.Clamp(shares, MinValueInRange, MaxValueInRange);
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
571value = Math.Clamp(value, 0.0d, 1.0d);
System\Windows\Forms\Form.cs (1)
1569value = Math.Clamp(value, 0.0d, 1.0d);