名前 | 解説 | |
---|---|---|
![]() | Fraction コンストラクタ | Initializes a new instance of Fraction structure with the specified numerator and denominator. |
Fractionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Fraction コンストラクタ | Initializes a new instance of Fraction structure with the specified numerator and denominator. |
名前 | 解説 | |
---|---|---|
![]() | Denominator | Gets or sets the denominator of the fraction. |
![]() | Numerator | Gets or sets the numertor of the fraction. |
![]() | Defines the binary "+" operator. |
![]() | オーバーロードされます。 Defines the binary "/" operator. |
![]() | オーバーロードされます。 Converts the fraction to double. |
![]() | Defines the "!" operator. Note: "!" is used as simplify in here. |
![]() | オーバーロードされます。 Defines the binary "*" operator. |
![]() | Defines the binary "-" operator. |
![]() | Defines the unary "-" operator. |