CalendarView for WinForms
CalculateLeaseCommonMultiple メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Math クラス : CalculateLeaseCommonMultiple メソッド
An int indicate the one number
An int indicate another number
Calculate the Lease Common Multiple of oneNumber and anotherNumber.
シンタックス
'宣言
 
Public Shared Function CalculateLeaseCommonMultiple( _
   ByVal oneNumber As System.Integer, _
   ByVal anotherNumber As System.Integer _
) As System.Integer
public static System.int CalculateLeaseCommonMultiple( 
   System.int oneNumber,
   System.int anotherNumber
)

パラメータ

oneNumber
An int indicate the one number
anotherNumber
An int indicate another number

戻り値の型

An int indicate the Lease Common Multiple.
参照

Math クラス
Math メンバ