IntPtr.Clamp(IntPtr, IntPtr, IntPtr) Methode

Definition

Klemmt einen Wert auf einen inklusiven Minimal- und Höchstwert.

public:
 static IntPtr Clamp(IntPtr value, IntPtr min, IntPtr max) = System::Numerics::INumber<IntPtr>::Clamp;
public static IntPtr Clamp (IntPtr value, IntPtr min, IntPtr max);
static member Clamp : nativeint * nativeint * nativeint -> nativeint
Public Shared Function Clamp (value As IntPtr, min As IntPtr, max As IntPtr) As IntPtr

Parameter

value
IntPtr

nativeint

Der zu klemmende Wert.

min
IntPtr

nativeint

Das inklusive Minimum, auf das value klammern soll.

max
IntPtr

nativeint

Das inklusive Maximum, auf das value klammern soll.

Gibt zurück

IntPtr

nativeint

Das Ergebnis der Klemmung value an den inklusiven Bereich von min und max.

Implementiert

Gilt für: