共用方式為


min (STL/CLR)

比較兩個物件,並傳回較小的值兩者,二元述詞中指定排序準則。

template<class _Ty> inline
    const _Ty min(const _Ty% _Left, const _Ty% _Right);
template<class _Ty, class _Pr> inline
    const _Ty min(const _Ty% _Left, const _Ty% _Right, _Pr _Pred);

備註

這個函式行為和 STL 函式一樣min。 如需詳細資訊,請參閱 min

需求

標頭: < cliext/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)