Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
İki işaretsiz tamsayıdan oluşan kısa bir vektör temsil eder.
Sözdizimi
class uint_2;
Members
Genel Tür Tanımları
| İsim | Açıklama |
|---|---|
value_type |
Ortak Oluşturucular
| İsim | Açıklama |
|---|---|
| uint_2 Oluşturucu | Aşırı yüklü. Varsayılan oluşturucu, 0 ile tüm öğeleri başlatır. |
Genel Yöntemler
| İsim | Açıklama |
|---|---|
| uint_2::get_x | |
| uint_2::get_xy | |
| uint_2::get_y | |
| uint_2::get_yx | |
| uint_2::ref_g_Method | |
| uint_2::ref_r_Method | |
| uint_2::ref_x_Method | |
| uint_2::ref_y_Method | |
| uint_2::set_x | |
| uint_2::set_xy | |
| uint_2::set_y | |
| uint_2::set_yx |
Ortak İşleçler
| İsim | Açıklama |
|---|---|
| uint_2::operator-- | |
| uint_2::operator%= | |
| uint_2::operator&= | |
| uint_2::operator*= | |
| uint_2::operator/= | |
| uint_2::operator^= | |
| uint_2::operator|= | |
| uint_2::operator~ | |
| uint_2::operator++ | |
| uint_2::operator+= | |
| uint_2::operator<<= | |
| uint_2::operator= | |
| uint_2::operator-= | |
| uint_2::operator>>= |
Genel Sabitler
| İsim | Açıklama |
|---|---|
| boyut Sabiti |
Ortak Veri Üyeleri
| İsim | Açıklama |
|---|---|
| uint_2::g | |
| uint_2::gr | |
| uint_2::r | |
| uint_2::rg | |
| uint_2::x | |
| uint_2::xy | |
| uint_2::y | |
| uint_2::yx |
Devralma Hiyerarşisi
uint_2
Gereksinimler
Üst bilgi: amp_short_vectors.h
Ad Alanı: Concurrency::graphics
uint_2
Varsayılan oluşturucu, 0 ile tüm öğeleri başlatır.
uint_2() restrict(amp,
cpu);
uint_2(
unsigned int _V0,
unsigned int _V1) restrict(amp,
cpu);
uint_2(
unsigned int _V) restrict(amp,
cpu);
uint_2(
const uint_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const int_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const float_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const unorm_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const norm_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const double_2& _Other) restrict(amp,
cpu);
Parametreler
_V0
0 öğesini başlatacak değer.
_V1
1. öğeyi başlatacak değer.
_V
Başlatma değeri.
_Diğer
Başlatmak için kullanılan nesne.
boyut
static const int size = 2;