texture_view::operator[], opérateur
Retourne la valeur de l'élément par son index.
const value_type operator[] (
const index<_Rank>& _Index
) const restrict(amp);
const value_type operator[] (
int _I0
) const restrict(amp);
value_type operator[] (
const index<_Rank>& _Index
) const restrict(amp);
value_type operator[] (
int _I0
) const restrict(amp);
Paramètres
_Index
L'index, probablement multidimensionnel._I0
Index unidimensionnel.
Valeur de retour
Valeur d'élément indexée par _Index.
Configuration requise
En-tête : amp_graphics.h
Espace de noms : concurrency::graphics