次の方法で共有


norm クラス

norm 数を表します。 各要素は、[-1.0f, 1.0f] の範囲の浮動小数点数です。

構文

class norm;

メンバー

パブリック コンストラクター

名前 説明
norm コンストラクター 過負荷です。 既定のコンストラクターです。 0.0f に初期化します。

パブリック演算子

名前 説明
norm::operator-
norm::operator--
norm::operator float 変換演算子です。 norm 数を浮動小数点値に変換します。
norm::operator*=
norm::operator/=
norm::operator++
norm::operator+=
norm::operator=
norm::operator-=

継承階層

norm

要件

ヘッダー: amp_short_vectors.h

名前空間: Concurrency::graphics

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
初期化に使用されるオブジェクト。

関連項目

Concurrency::graphics 名前空間