int_2 类

表示由两个整数组成的短向量。

语法

class int_2;

成员

公共 Typedef

名称 描述
value_type

公共构造函数

名称 描述
int_2 构造函数 已重载。 默认构造函数,使用 0 初始化所有元素。

公共方法

名称 描述
int_2::get_x
int_2::get_xy
int_2::get_y
int_2::get_yx
int_2::ref_g
int_2::ref_r
int_2::ref_x
int_2::ref_y
int_2::set_x
int_2::set_xy
int_2::set_y
int_2::set_yx

公共运算符

“属性” 描述
int_2::operator-
int_2::operator--
int_2::operator%=
int_2::operator&=
int_2::operator*=
int_2::operator/=
int_2::operator^=
int_2::operator|=
int_2::operator~
int_2::operator++
int_2::operator+=
int_2::operator<<=
int_2::operator=
int_2::operator-=
int_2::operator>>=

公共常量

“属性” 描述
size 常量

公共数据成员

“属性” 描述
int_2::g
int_2::gr
int_2::r
int_2::rg
int_2::x
int_2::xy
int_2::y
int_2::yx

继承层次结构

int_2

要求

标头:amp_short_vectors.h

命名空间:Concurrency::graphics

int_2

默认构造函数,使用 0 初始化所有元素。

int_2() restrict(amp,
    cpu);

int_2(
    int _V0,
    int _V1) restrict(amp,
    cpu);

int_2(
    int _V) restrict(amp,
    cpu);

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

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

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

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

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

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

参数

_V0
要初始化元素 0 的值。

_V1
要初始化元素 1 的值。

_V
初始化的值。

_Other
用于初始化的对象。

大小

static const int size = 2;

另请参阅

Concurrency::graphics 命名空间