norm::norm 생성자

기본 생성자입니다.0.0 F를 초기화 합니다.

norm(
   void
) restrict(amp,cpu);
explicit norm(
   float _V
) restrict(amp,cpu);
explicit norm(
   unsigned int _V
) restrict(amp,cpu);
explicit norm(
   int _V
) restrict(amp,cpu);
explicit norm(
   double _V
) restrict(amp,cpu);
norm(
   const norm& _Other
) restrict(amp,cpu);
norm(
   const unorm& _Other
) restrict(amp,cpu);

매개 변수

  • _V
    초기화 하는 데 사용 되는 값입니다.

  • _Other
    초기화 하는 데 사용 되는 개체입니다.

요구 사항

헤더: amp_short_vectors.h

네임 스페이스: Concurrency::graphics

참고 항목

참조

norm 클래스