texture::operator() 演算子
パラメーターで指定された要素の値を返します。
const value_type operator() (const index<_Rank>& _Index) const restrict(amp);
const value_type operator() (int _I0) const restrict(amp);
const value_type operator() (int _I0, int _I1) const restrict(amp);
const value_type operator() (int _I0, int _I1, int _I2) const restrict(amp);
パラメーター
_Index
インデックス。_I0
最上位のコンポーネントのインデックス。_I1
次へ-する-最上位のコンポーネントのインデックス。_I2
インデックスの最下位のコンポーネントです。_Rank
インデックスのランク。
戻り値
パラメーターで指定された要素の値。
必要条件
ヘッダー: amp_graphics.h
名前空間: Concurrency::graphics