extent::tile — Metoda
Tworzy obiekt tiled_extent z określonym rozmiarem fragmentu.
template <
int _Dim0
>
tiled_extent<_Dim0> tile() const ;
template <
int _Dim0,
int _Dim1
>
tiled_extent<_Dim0, _Dim1> tile() const ;
template <
int _Dim0,
int _Dim1,
int _Dim2
>
tiled_extent<_Dim0, _Dim1, _Dim2> tile() const ;
Parametry
_Dim0
Najbardziej znaczący składnik w zakresie poddanym fragmentacji._Dim1
Drugi najbardziej znaczący składnik w zakresie poddanym fragmentacji._Dim2
Najmniej znaczący składnik w zakresie poddanym fragmentacji.
Wymagania
Nagłówek: amp.h
Przestrzeń nazw: Concurrency