名前空間
変種
操作

std::complex<T>::real

提供: cppreference.com
< cpp‎ | numeric‎ | complex
2015年11月30日 (月) 06:39時点におけるP12bot (トーク | 投稿記録)による版

 
 
 
 
T real() const;
(1)
void real( T value );
(2)
複素数の実数部分にアクセスし.
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.
1)
実部を返します。.
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.
2)
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.

パラメータ

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.

参照

複素数の虚部にアクセスします
(パブリックメンバ関数) [edit]