バージョン

Difference メソッド

GF フィールドの差分演算を計算します。合計と GF 演算の 2 つの数値の差は同じです。
シンタックス
'宣言
 
Public Shared Function Difference( _
   ByVal a As Integer, _
   ByVal b As Integer _
) As Integer
public static int Difference( 
   int a,
   int b
)

パラメータ

a
a。
b
B。
参照