int_4::int_4 建構函式
預設建構函式,初始化所有元素為 0 。
int_4() restrict(amp,cpu);
int_4(
int _V0,
int _V1,
int _V2,
int _V3
) restrict(amp,cpu);
int_4(
int _V
) restrict(amp,cpu);
int_4(
const int_4& _Other
) restrict(amp,cpu);
explicit inline int_4(
const uint_4& _Other
) restrict(amp,cpu);
explicit inline int_4(
const float_4& _Other
) restrict(amp,cpu);
explicit inline int_4(
const unorm_4& _Other
) restrict(amp,cpu);
explicit inline int_4(
const norm_4& _Other
) restrict(amp,cpu);
explicit inline int_4(
const double_4& _Other
) restrict(amp,cpu);
參數
_V0
用來初始化項目 0 的值。_V1
用來初始化項目 1 的值。_V2
用來初始化項目 2 的值。_V3
用來初始化元素 3 的值。_V
用來初始化的值。_Other
用來初始化的物件。
需求
標頭: amp_short_vectors.h
命名空間: Concurrency::graphics