IntPtr.Clamp(IntPtr, IntPtr, IntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値を包括的な最小値と最大値にクランプします。
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
パラメーター
- value
-
IntPtr
nativeint
クランプする値。
- min
-
IntPtr
nativeint
クランプする必要がある value
最小を含む 。
- max
-
IntPtr
nativeint
クランプする必要がある包括的な value
最大値。
戻り値
IntPtr
nativeint
と max
の包括的なvalue
範囲にクランプしたmin
結果。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET