operator==,!=(std::discrete_distribution)
提供: cppreference.com
< cpp | numeric | random | discrete distribution
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
template< class ResultType > bool operator==( const discrete_distribution<ResultType>& lhs, |
(1) | |
template< class ResultType > bool operator!=( const discrete_distribution<ResultType>& lhs, |
(2) | |
2つのディストリビューションオブジェクトを比較します。パラメータ値と内部状態が同じであれば、2つのディストリビューションオブジェクトが等しい.
1) Original:
Compares two distribution objects. Two distribution objects are equal when parameter values and internal state is the same.
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つのディストリビューションオブジェクトを比較.
2) Original:
Compares two distribution objects for equality.
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:
Compares two distribution objects for inequality.
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.
[編集] パラメータ
lhs, rhs | - | ディストリビューションは、オブジェクトと比較する
Original: distribution objects to compare The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[編集] 値を返します
1)true配布オブジェクトが等しいかどうか、そうでなければfalse
2) Original:
true if the distribution objects are equal, false otherwise
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.
true配布オブジェクトが等しくない場合は、そうでなければfalse
Original:
true if the distribution objects are not equal, false otherwise
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.
[編集] 複雑
定数.
Original:
Constant.
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.