Freigeben über


texture_view::operator[]-Operator

Gibt den Elementwert durch Index zurück.

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);

Parameter

  • _Index
    Der Index, möglicherweise mehrdimensional.

  • _I0
    Der eindimensionale Index.

Rückgabewert

Der durch _Index indizierte Elementwert.

Anforderungen

Header: amp_graphics.h

Namespace: concurrency::graphics

Siehe auch

Referenz

texture_view-Klasse