共用方式為


norm::norm 建構函式

預設建構函式。 初始化為 0.0f。

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 類別