norm::norm Constructor
Default constructor. Initialize to 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);
Parameters
_V
The value used to initialize._Other
The object used to initialize.
Requirements
Header: amp_short_vectors.h
Namespace: Concurrency::graphics