CalendarView for WinForms
Fraction コンストラクタ

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Fraction 構造体 : Fraction コンストラクタ
A double that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
A double that indicats the number written below the line in a common fraction that indicates the number of parts into which one whole is divided.
Initializes a new instance of Fraction structure with the specified numerator and denominator.
シンタックス
'宣言
 
Public Function New( _
   ByVal numerator As System.Double, _
   ByVal denominator As System.Double _
)
public Fraction( 
   System.double numerator,
   System.double denominator
)

パラメータ

numerator
A double that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
denominator
A double that indicats the number written below the line in a common fraction that indicates the number of parts into which one whole is divided.
参照

Fraction 構造体
Fraction メンバ