Costruttore norm::norm

Costruttore predefinito.Inizializza a 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);

Parametri

  • _V
    Il valore utilizzato per inizializzare.

  • _Other
    L'oggetto utilizzato per inizializzare.

Requisiti

Intestazione: amp_short_vectors.h

Spazio dei nomi: Concurrency::graphics

Vedere anche

Riferimenti

Classe norm