'宣言 Public Overloads Shared Function lcm( _ 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.lcm(x1, x2)
パラメータ
- x1
- First number
- x2
- Second number