'宣言 Public Overloads Shared Function gcd( _ ByVal x1 As System.Integer, _ ByVal x2 As System.Integer _ ) As System.Integer
'使用法 Dim x1 As System.Integer Dim x2 As System.Integer Dim value As System.Integer value = MathUtil.gcd(x1, x2)
パラメータ
- x1
- x2
'宣言 Public Overloads Shared Function gcd( _ ByVal x1 As System.Integer, _ ByVal x2 As System.Integer _ ) As System.Integer
'使用法 Dim x1 As System.Integer Dim x2 As System.Integer Dim value As System.Integer value = MathUtil.gcd(x1, x2)