FlexReport for WinForms
GetMinMax メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : GetMinMax メソッド
The first number.
The first number.
The minimal number.
The maximal number.
Gets minimal and maximal numbers.
シンタックス
'宣言
 
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
The first number.
v2
The first number.
min
The minimal number.
max
The maximal number.
参照

参照

Utils クラス
Utils メンバ