GrapeCity SPREAD for WPF 2.0J
CompareValue メソッド (IntegerItem)

比較する System.Int32 値。
比較する System.Int32 値。
System.Int32 型の 2 つの値を比較します。
構文
'Declaration
 
Protected Overrides NotOverridable Function CompareValue( _
   ByVal first As Integer, _
   ByVal second As Integer _
) As Integer
protected override int CompareValue( 
   int first,
   int second
)

パラメータ

first
比較する System.Int32 値。
second
比較する System.Int32 値。

戻り値の型

比較する 2 つの項目の辞書的関係を示す 32 ビットの符号付き整数。 戻り値が 0 未満の場合は、firstsecond より小さいことを示します。 戻り値が 0 の場合は、firstsecond が等しいことを示します。 戻り値が 0 より大きいの場合は、firstsecond より大きいことを示します。
参照

IntegerItem クラス
IntegerItem メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.