名前 | 解説 | |
---|---|---|
Fraction<T> コンストラクタ | オーバーロードされます。 |
Fraction<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Fraction<T> コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
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 double to fraction. |
暗黙的 キャスト 演算子 | オーバーロードされます。 Converts the fraction to double. |
論理 NOT 演算子 | Defines the "!" operator. Note: "!" is used as simplify in here. |
乗算 | オーバーロードされます。 Defines the binary "*" operator. |
減算演算子 | Defines the binary "-" operator. |
マイナス符号 | Defines the unary "-" operator. |