次の方法で共有


extent::tile メソッド

生成、 tiled_extent オブジェクトが、指定されたタイルのサイズ。

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 ;

パラメーター

  • _Dim0
    タイルがエクステントの最も重要なコンポーネントです。

  • _Dim1
    次へ-する-最上位のコンポーネントのタイルがエクステントです。

  • _Dim2
    タイルの大きさの最下位のコンポーネントです。

必要条件

ヘッダー: amp.h

名前空間: Concurrency

参照

関連項目

extent クラス (C++ AMP)