std::complex<T>::real
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
T real() const; |
(1) | |
void real( T value ); |
(2) | |
複素数の実数部分にアクセスし.
1) Original:
Accesses the real part of the complex number.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
実部を返します。.
2) Original:
Returns the real part.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
value
に実数部を設定します。.Original:
Sets the real part to
value
.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
パラメータ
value | - | に実部に設定する値
Original: the value to set the real part to The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
参照
複素数の虚部にアクセスします (パブリックメンバ関数) |