norm_4::norm_4 생성자
기본 생성자가 모든 요소가 0으로 초기화 합니다.
norm_4() restrict(amp,cpu);
norm_4(
norm _V0,
norm _V1,
norm _V2,
norm _V3
) restrict(amp,cpu);
norm_4(
float _V0,
float _V1,
float _V2,
float _V3
) restrict(amp,cpu);
norm_4(
unorm _V0,
unorm _V1,
unorm _V2,
unorm _V3
) restrict(amp,cpu);
norm_4(
norm _V
) restrict(amp,cpu);
explicit norm_4(
float _V
) restrict(amp,cpu);
norm_4(
const norm_4& _Other
) restrict(amp,cpu);
explicit inline norm_4(
const uint_4& _Other
) restrict(amp,cpu);
explicit inline norm_4(
const int_4& _Other
) restrict(amp,cpu);
explicit inline norm_4(
const float_4& _Other
) restrict(amp,cpu);
explicit inline norm_4(
const unorm_4& _Other
) restrict(amp,cpu);
explicit inline norm_4(
const double_4& _Other
) restrict(amp,cpu);
매개 변수
_V0
요소 0을 초기화할 값입니다._V1
1 요소를 초기화할 수 있는 값입니다._V2
2 요소를 초기화할 수 있는 값입니다._V3
3 요소를 초기화할 수 있는 값입니다._V
값을 초기화 합니다._Other
초기화 하는 데 사용 되는 개체입니다.
요구 사항
헤더: amp_short_vectors.h
네임 스페이스: Concurrency::graphics