设置指定索引处的元素的值。
void set(
const index<_Rank>& _Index,
const value_type& _Value
) const restrict(amp);
参数
_Index
元素的索引。_Value
元素的新值。
要求
标题: amp_graphics.h
命名空间: Concurrency::graphics
设置指定索引处的元素的值。
void set(
const index<_Rank>& _Index,
const value_type& _Value
) const restrict(amp);
_Index
元素的索引。
_Value
元素的新值。
标题: amp_graphics.h
命名空间: Concurrency::graphics