名前空間
変種
操作

std::valarray<T>::min

提供: cppreference.com
< cpp‎ | numeric‎ | valarray
2012年10月30日 (火) 18:38時点におけるP12 (トーク | 投稿記録)による版

 
 
 
 
T min() const;
要素の最小値を計算します.
Original:
Computes the minimum value of the elements.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
要素がない場合、動作は未定義です.
Original:
If there are no elements, the behavior is undefined.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
関数はoperator<Tタイプのために定義されている場合にのみ使用することができます.
Original:
The function can be used only if operator< is defined for type T.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

目次

パラメータ

(なし)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

値を返します

要素の最小.
Original:
The minimum of the elements.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

も参照してください

テンプレート:cpp/numeric/valarray/dcl list max