バージョン

Quotient メソッド

現在の GF フィールド内の除算演算。
シンタックス
'宣言
 
Public Function Quotient( _
   ByVal a As Integer, _
   ByVal b As Integer _
) As Integer
public int Quotient( 
   int a,
   int b
)

パラメータ

a
A。
b
B。
参照