バージョン

GetGreatestCommonFactor(Int32,Int32) メソッド

2 つの整数の最大公約数を計算します。
シンタックス
'宣言
 
Public Overloads Shared Function GetGreatestCommonFactor( _
   ByVal a As Integer, _
   ByVal b As Integer _
) As Integer
public static int GetGreatestCommonFactor( 
   int a,
   int b
)

パラメータ

a
最初の整数
b
2 番目の整数

戻り値の型

最大公約数を返します。いずれかの数字が 0 の場合は 0 を返します。
参照