FlexReport for WPF
GetMinMax メソッド (Utils)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : GetMinMax メソッド
最初の番号。
2番目の番号。
最小数。
最大数。
最小数と最大数を取得します。
シンタックス
'宣言
 
Public Shared Sub GetMinMax( _
   ByVal v1 As System.Integer, _
   ByVal v2 As System.Integer, _
   ByRef min As System.Integer, _
   ByRef max As System.Integer _
) 
'使用法
 
Dim v1 As System.Integer
Dim v2 As System.Integer
Dim min As System.Integer
Dim max As System.Integer
 
Utils.GetMinMax(v1, v2, min, max)
public static void GetMinMax( 
   System.int v1,
   System.int v2,
   out System.int min,
   out System.int max
)

パラメータ

v1
最初の番号。
v2
2番目の番号。
min
最小数。
max
最大数。
参照

Utils クラス
Utils メンバ