CalendarView for WinForms
CalculateGreatestCommonDivisor メソッド

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

パラメータ

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

戻り値の型

An int indicate the Greatest Common Divisor.
参照

Math クラス
Math メンバ