Bitmap for UWP
Clamp(Int32,Int32,Int32) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス > Clamp メソッド : Clamp(Int32,Int32,Int32) メソッド
The value.
The min.
The max.
Clamps the specified value.
シンタックス
'宣言
 
Public Overloads Shared Function Clamp( _
   ByVal value As System.Integer, _
   ByVal min As System.Integer, _
   ByVal max As System.Integer _
) As System.Integer
public static System.int Clamp( 
   System.int value,
   System.int min,
   System.int max
)

パラメータ

value
The value.
min
The min.
max
The max.

戻り値の型

The result of clamping a value between min and max
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧