FlexReport for WPF
GetMinMax メソッド (Utils)


C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : GetMinMax メソッド
シンタックス
'宣言
 
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
min
max
参照

Utils クラス
Utils メンバ