次の方法で共有


norm_2 クラス

2 個の正規数の short ベクターを表します。

構文

class norm_2;

メンバー

パブリック typedef

名前 説明
value_type

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

名前 説明
norm_2 コンストラクター 過負荷です。 既定のコンストラクター。すべての要素を 0 で初期化します。

パブリック メソッド

名前 説明
norm_2::get_x
norm_2::get_xy
norm_2::get_y
norm_2::get_yx
norm_2::ref_g
norm_2::ref_r
norm_2::ref_x
norm_2::ref_y
norm_2::set_x
norm_2::set_xy
norm_2::set_y
norm_2::set_yx

パブリック演算子

名前 説明
norm_2::operator-
norm_2::operator--
norm_2::operator*=
norm_2::operator/=
norm_2::operator++
norm_2::operator+=
norm_2::operator=
norm_2::operator-=

パブリック定数

名前 説明
size 定数

パブリック データ メンバー

名前 説明
norm_2::g
norm_2::gr
norm_2::r
norm_2::rg
norm_2::x
norm_2::xy
norm_2::y
norm_2::yx

継承階層

norm_2

要件

ヘッダー: amp_short_vectors.h

名前空間: Concurrency::graphics

norm_2

既定のコンストラクター。すべての要素を 0 で初期化します。

norm_2() restrict(amp,
    cpu);

norm_2(
    norm _V0,
    norm _V1) restrict(amp,
    cpu);

norm_2(
    float _V0,
    float _V1) restrict(amp,
    cpu);

norm_2(
    unorm _V0,
    unorm _V1) restrict(amp,
    cpu);

norm_2(
    norm _V) restrict(amp,
    cpu);

explicit norm_2(
    float _V) restrict(amp,
    cpu);

norm_2(
    const norm_2& _Other) restrict(amp,
    cpu);

explicit inline norm_2(
    const uint_2& _Other) restrict(amp,
    cpu);

explicit inline norm_2(
    const int_2& _Other) restrict(amp,
    cpu);

explicit inline norm_2(
    const float_2& _Other) restrict(amp,
    cpu);

explicit inline norm_2(
    const unorm_2& _Other) restrict(amp,
    cpu);

explicit inline norm_2(
    const double_2& _Other) restrict(amp,
    cpu);

パラメーター

_V0
要素 0 を初期化する値。

_V1
要素 1 を初期化する値。

_V
初期化用の値。

_Other
初期化に使用されるオブジェクト。

size

static const int size = 2;

関連項目

Concurrency::graphics 名前空間