FlexReport for WPF
lcm(Int32,Int32) メソッド


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.util 名前空間 > MathUtil クラス > lcm メソッド : lcm(Int32,Int32) メソッド
First number
Second number
Method that calculates the Least Common Multiple (LCM) of two strictly positive integer numbers.
シンタックス
'宣言
 
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)
public static System.int lcm( 
   System.int x1,
   System.int x2
)

パラメータ

x1
First number
x2
Second number
参照

MathUtil クラス
MathUtil メンバ
オーバーロード一覧