Edit

Share via


IntPtr.Clamp(IntPtr, IntPtr, IntPtr) Method

Definition

Clamps a value to an inclusive minimum and maximum value.

C#
public static IntPtr Clamp(IntPtr value, IntPtr min, IntPtr max);

Parameters

value
IntPtr

The value to clamp.

min
IntPtr

The inclusive minimum to which value should clamp.

max
IntPtr

The inclusive maximum to which value should clamp.

Returns

IntPtr

The result of clamping value to the inclusive range of min and max.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10