Struct int4
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
[Serializable]
public struct int4 : IEquatable<int4>, IFormattable
Constructors
int4(Boolean)
Constructs a int4 vector from a single bool value by converting it to int and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Boolean |
v |
|
int4(Double)
Constructs a int4 vector from a single double value by converting it to int and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Double |
v |
|
int4(Int32)
Constructs a int4 vector from a single int value by assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
int4(Int32, Int32, Int32, Int32)
Constructs a int4 vector from four int values.
Declaration
public int4(int x, int y, int z, int w)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
z |
|
System.Int32 |
w |
|
int4(Int32, Int32, int2)
Constructs a int4 vector from two int values and an int2 vector.
Declaration
public int4(int x, int y, int2 zw)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
int2 |
zw |
|
int4(Int32, int2, Int32)
Constructs a int4 vector from an int value, an int2 vector and an int value.
Declaration
public int4(int x, int2 yz, int w)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
int2 |
yz |
|
System.Int32 |
w |
|
int4(Int32, int3)
Constructs a int4 vector from an int value and an int3 vector.
Declaration
public int4(int x, int3 yzw)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
int3 |
yzw |
|
int4(Single)
Constructs a int4 vector from a single float value by converting it to int and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Single |
v |
|
int4(UInt32)
Constructs a int4 vector from a single uint value by converting it to int and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
int4(bool4)
Constructs a int4 vector from a bool4 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
bool4 |
v |
|
int4(double4)
Constructs a int4 vector from a double4 vector by componentwise conversion.
Declaration
Parameters
int4(float4)
Constructs a int4 vector from a float4 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
float4 |
v |
|
int4(int2, Int32, Int32)
Constructs a int4 vector from an int2 vector and two int values.
Declaration
public int4(int2 xy, int z, int w)
Parameters
Type |
Name |
Description |
int2 |
xy |
|
System.Int32 |
z |
|
System.Int32 |
w |
|
int4(int2, int2)
Constructs a int4 vector from two int2 vectors.
Declaration
public int4(int2 xy, int2 zw)
Parameters
int4(int3, Int32)
Constructs a int4 vector from an int3 vector and an int value.
Declaration
public int4(int3 xyz, int w)
Parameters
Type |
Name |
Description |
int3 |
xyz |
|
System.Int32 |
w |
|
int4(int4)
Constructs a int4 vector from an int4 vector.
Declaration
Parameters
Type |
Name |
Description |
int4 |
xyzw |
|
int4(uint4)
Constructs a int4 vector from a uint4 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
uint4 |
v |
|
Fields
w
Declaration
Field Value
Type |
Description |
System.Int32 |
|
x
Declaration
Field Value
Type |
Description |
System.Int32 |
|
y
Declaration
Field Value
Type |
Description |
System.Int32 |
|
z
Declaration
Field Value
Type |
Description |
System.Int32 |
|
zero
Declaration
public static readonly int4 zero
Field Value
Properties
Item[Int32]
Returns the int element at a specified index.
Declaration
public int this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Type |
Description |
System.Int32 |
|
ww
Declaration
Property Value
www
Declaration
Property Value
wwww
Declaration
public int4 wwww { get; }
Property Value
wwwx
Declaration
public int4 wwwx { get; }
Property Value
wwwy
Declaration
public int4 wwwy { get; }
Property Value
wwwz
Declaration
public int4 wwwz { get; }
Property Value
wwx
Declaration
Property Value
wwxw
Declaration
public int4 wwxw { get; }
Property Value
wwxx
Declaration
public int4 wwxx { get; }
Property Value
wwxy
Declaration
public int4 wwxy { get; }
Property Value
wwxz
Declaration
public int4 wwxz { get; }
Property Value
wwy
Declaration
Property Value
wwyw
Declaration
public int4 wwyw { get; }
Property Value
wwyx
Declaration
public int4 wwyx { get; }
Property Value
wwyy
Declaration
public int4 wwyy { get; }
Property Value
wwyz
Declaration
public int4 wwyz { get; }
Property Value
wwz
Declaration
Property Value
wwzw
Declaration
public int4 wwzw { get; }
Property Value
wwzx
Declaration
public int4 wwzx { get; }
Property Value
wwzy
Declaration
public int4 wwzy { get; }
Property Value
wwzz
Declaration
public int4 wwzz { get; }
Property Value
wx
Declaration
public int2 wx { get; set; }
Property Value
wxw
Declaration
Property Value
wxww
Declaration
public int4 wxww { get; }
Property Value
wxwx
Declaration
public int4 wxwx { get; }
Property Value
wxwy
Declaration
public int4 wxwy { get; }
Property Value
wxwz
Declaration
public int4 wxwz { get; }
Property Value
wxx
Declaration
Property Value
wxxw
Declaration
public int4 wxxw { get; }
Property Value
wxxx
Declaration
public int4 wxxx { get; }
Property Value
wxxy
Declaration
public int4 wxxy { get; }
Property Value
wxxz
Declaration
public int4 wxxz { get; }
Property Value
wxy
Declaration
public int3 wxy { get; set; }
Property Value
wxyw
Declaration
public int4 wxyw { get; }
Property Value
wxyx
Declaration
public int4 wxyx { get; }
Property Value
wxyy
Declaration
public int4 wxyy { get; }
Property Value
wxyz
Declaration
public int4 wxyz { get; set; }
Property Value
wxz
Declaration
public int3 wxz { get; set; }
Property Value
wxzw
Declaration
public int4 wxzw { get; }
Property Value
wxzx
Declaration
public int4 wxzx { get; }
Property Value
wxzy
Declaration
public int4 wxzy { get; set; }
Property Value
wxzz
Declaration
public int4 wxzz { get; }
Property Value
wy
Declaration
public int2 wy { get; set; }
Property Value
wyw
Declaration
Property Value
wyww
Declaration
public int4 wyww { get; }
Property Value
wywx
Declaration
public int4 wywx { get; }
Property Value
wywy
Declaration
public int4 wywy { get; }
Property Value
wywz
Declaration
public int4 wywz { get; }
Property Value
wyx
Declaration
public int3 wyx { get; set; }
Property Value
wyxw
Declaration
public int4 wyxw { get; }
Property Value
wyxx
Declaration
public int4 wyxx { get; }
Property Value
wyxy
Declaration
public int4 wyxy { get; }
Property Value
wyxz
Declaration
public int4 wyxz { get; set; }
Property Value
wyy
Declaration
Property Value
wyyw
Declaration
public int4 wyyw { get; }
Property Value
wyyx
Declaration
public int4 wyyx { get; }
Property Value
wyyy
Declaration
public int4 wyyy { get; }
Property Value
wyyz
Declaration
public int4 wyyz { get; }
Property Value
wyz
Declaration
public int3 wyz { get; set; }
Property Value
wyzw
Declaration
public int4 wyzw { get; }
Property Value
wyzx
Declaration
public int4 wyzx { get; set; }
Property Value
wyzy
Declaration
public int4 wyzy { get; }
Property Value
wyzz
Declaration
public int4 wyzz { get; }
Property Value
wz
Declaration
public int2 wz { get; set; }
Property Value
wzw
Declaration
Property Value
wzww
Declaration
public int4 wzww { get; }
Property Value
wzwx
Declaration
public int4 wzwx { get; }
Property Value
wzwy
Declaration
public int4 wzwy { get; }
Property Value
wzwz
Declaration
public int4 wzwz { get; }
Property Value
wzx
Declaration
public int3 wzx { get; set; }
Property Value
wzxw
Declaration
public int4 wzxw { get; }
Property Value
wzxx
Declaration
public int4 wzxx { get; }
Property Value
wzxy
Declaration
public int4 wzxy { get; set; }
Property Value
wzxz
Declaration
public int4 wzxz { get; }
Property Value
wzy
Declaration
public int3 wzy { get; set; }
Property Value
wzyw
Declaration
public int4 wzyw { get; }
Property Value
wzyx
Declaration
public int4 wzyx { get; set; }
Property Value
wzyy
Declaration
public int4 wzyy { get; }
Property Value
wzyz
Declaration
public int4 wzyz { get; }
Property Value
wzz
Declaration
Property Value
wzzw
Declaration
public int4 wzzw { get; }
Property Value
wzzx
Declaration
public int4 wzzx { get; }
Property Value
wzzy
Declaration
public int4 wzzy { get; }
Property Value
wzzz
Declaration
public int4 wzzz { get; }
Property Value
xw
Declaration
public int2 xw { get; set; }
Property Value
xww
Declaration
Property Value
xwww
Declaration
public int4 xwww { get; }
Property Value
xwwx
Declaration
public int4 xwwx { get; }
Property Value
xwwy
Declaration
public int4 xwwy { get; }
Property Value
xwwz
Declaration
public int4 xwwz { get; }
Property Value
xwx
Declaration
Property Value
xwxw
Declaration
public int4 xwxw { get; }
Property Value
xwxx
Declaration
public int4 xwxx { get; }
Property Value
xwxy
Declaration
public int4 xwxy { get; }
Property Value
xwxz
Declaration
public int4 xwxz { get; }
Property Value
xwy
Declaration
public int3 xwy { get; set; }
Property Value
xwyw
Declaration
public int4 xwyw { get; }
Property Value
xwyx
Declaration
public int4 xwyx { get; }
Property Value
xwyy
Declaration
public int4 xwyy { get; }
Property Value
xwyz
Declaration
public int4 xwyz { get; set; }
Property Value
xwz
Declaration
public int3 xwz { get; set; }
Property Value
xwzw
Declaration
public int4 xwzw { get; }
Property Value
xwzx
Declaration
public int4 xwzx { get; }
Property Value
xwzy
Declaration
public int4 xwzy { get; set; }
Property Value
xwzz
Declaration
public int4 xwzz { get; }
Property Value
xx
Declaration
Property Value
xxw
Declaration
Property Value
xxww
Declaration
public int4 xxww { get; }
Property Value
xxwx
Declaration
public int4 xxwx { get; }
Property Value
xxwy
Declaration
public int4 xxwy { get; }
Property Value
xxwz
Declaration
public int4 xxwz { get; }
Property Value
xxx
Declaration
Property Value
xxxw
Declaration
public int4 xxxw { get; }
Property Value
xxxx
Declaration
public int4 xxxx { get; }
Property Value
xxxy
Declaration
public int4 xxxy { get; }
Property Value
xxxz
Declaration
public int4 xxxz { get; }
Property Value
xxy
Declaration
Property Value
xxyw
Declaration
public int4 xxyw { get; }
Property Value
xxyx
Declaration
public int4 xxyx { get; }
Property Value
xxyy
Declaration
public int4 xxyy { get; }
Property Value
xxyz
Declaration
public int4 xxyz { get; }
Property Value
xxz
Declaration
Property Value
xxzw
Declaration
public int4 xxzw { get; }
Property Value
xxzx
Declaration
public int4 xxzx { get; }
Property Value
xxzy
Declaration
public int4 xxzy { get; }
Property Value
xxzz
Declaration
public int4 xxzz { get; }
Property Value
xy
Declaration
public int2 xy { get; set; }
Property Value
xyw
Declaration
public int3 xyw { get; set; }
Property Value
xyww
Declaration
public int4 xyww { get; }
Property Value
xywx
Declaration
public int4 xywx { get; }
Property Value
xywy
Declaration
public int4 xywy { get; }
Property Value
xywz
Declaration
public int4 xywz { get; set; }
Property Value
xyx
Declaration
Property Value
xyxw
Declaration
public int4 xyxw { get; }
Property Value
xyxx
Declaration
public int4 xyxx { get; }
Property Value
xyxy
Declaration
public int4 xyxy { get; }
Property Value
xyxz
Declaration
public int4 xyxz { get; }
Property Value
xyy
Declaration
Property Value
xyyw
Declaration
public int4 xyyw { get; }
Property Value
xyyx
Declaration
public int4 xyyx { get; }
Property Value
xyyy
Declaration
public int4 xyyy { get; }
Property Value
xyyz
Declaration
public int4 xyyz { get; }
Property Value
xyz
Declaration
public int3 xyz { get; set; }
Property Value
xyzw
Declaration
public int4 xyzw { get; set; }
Property Value
xyzx
Declaration
public int4 xyzx { get; }
Property Value
xyzy
Declaration
public int4 xyzy { get; }
Property Value
xyzz
Declaration
public int4 xyzz { get; }
Property Value
xz
Declaration
public int2 xz { get; set; }
Property Value
xzw
Declaration
public int3 xzw { get; set; }
Property Value
xzww
Declaration
public int4 xzww { get; }
Property Value
xzwx
Declaration
public int4 xzwx { get; }
Property Value
xzwy
Declaration
public int4 xzwy { get; set; }
Property Value
xzwz
Declaration
public int4 xzwz { get; }
Property Value
xzx
Declaration
Property Value
xzxw
Declaration
public int4 xzxw { get; }
Property Value
xzxx
Declaration
public int4 xzxx { get; }
Property Value
xzxy
Declaration
public int4 xzxy { get; }
Property Value
xzxz
Declaration
public int4 xzxz { get; }
Property Value
xzy
Declaration
public int3 xzy { get; set; }
Property Value
xzyw
Declaration
public int4 xzyw { get; set; }
Property Value
xzyx
Declaration
public int4 xzyx { get; }
Property Value
xzyy
Declaration
public int4 xzyy { get; }
Property Value
xzyz
Declaration
public int4 xzyz { get; }
Property Value
xzz
Declaration
Property Value
xzzw
Declaration
public int4 xzzw { get; }
Property Value
xzzx
Declaration
public int4 xzzx { get; }
Property Value
xzzy
Declaration
public int4 xzzy { get; }
Property Value
xzzz
Declaration
public int4 xzzz { get; }
Property Value
yw
Declaration
public int2 yw { get; set; }
Property Value
yww
Declaration
Property Value
ywww
Declaration
public int4 ywww { get; }
Property Value
ywwx
Declaration
public int4 ywwx { get; }
Property Value
ywwy
Declaration
public int4 ywwy { get; }
Property Value
ywwz
Declaration
public int4 ywwz { get; }
Property Value
ywx
Declaration
public int3 ywx { get; set; }
Property Value
ywxw
Declaration
public int4 ywxw { get; }
Property Value
ywxx
Declaration
public int4 ywxx { get; }
Property Value
ywxy
Declaration
public int4 ywxy { get; }
Property Value
ywxz
Declaration
public int4 ywxz { get; set; }
Property Value
ywy
Declaration
Property Value
ywyw
Declaration
public int4 ywyw { get; }
Property Value
ywyx
Declaration
public int4 ywyx { get; }
Property Value
ywyy
Declaration
public int4 ywyy { get; }
Property Value
ywyz
Declaration
public int4 ywyz { get; }
Property Value
ywz
Declaration
public int3 ywz { get; set; }
Property Value
ywzw
Declaration
public int4 ywzw { get; }
Property Value
ywzx
Declaration
public int4 ywzx { get; set; }
Property Value
ywzy
Declaration
public int4 ywzy { get; }
Property Value
ywzz
Declaration
public int4 ywzz { get; }
Property Value
yx
Declaration
public int2 yx { get; set; }
Property Value
yxw
Declaration
public int3 yxw { get; set; }
Property Value
yxww
Declaration
public int4 yxww { get; }
Property Value
yxwx
Declaration
public int4 yxwx { get; }
Property Value
yxwy
Declaration
public int4 yxwy { get; }
Property Value
yxwz
Declaration
public int4 yxwz { get; set; }
Property Value
yxx
Declaration
Property Value
yxxw
Declaration
public int4 yxxw { get; }
Property Value
yxxx
Declaration
public int4 yxxx { get; }
Property Value
yxxy
Declaration
public int4 yxxy { get; }
Property Value
yxxz
Declaration
public int4 yxxz { get; }
Property Value
yxy
Declaration
Property Value
yxyw
Declaration
public int4 yxyw { get; }
Property Value
yxyx
Declaration
public int4 yxyx { get; }
Property Value
yxyy
Declaration
public int4 yxyy { get; }
Property Value
yxyz
Declaration
public int4 yxyz { get; }
Property Value
yxz
Declaration
public int3 yxz { get; set; }
Property Value
yxzw
Declaration
public int4 yxzw { get; set; }
Property Value
yxzx
Declaration
public int4 yxzx { get; }
Property Value
yxzy
Declaration
public int4 yxzy { get; }
Property Value
yxzz
Declaration
public int4 yxzz { get; }
Property Value
yy
Declaration
Property Value
yyw
Declaration
Property Value
yyww
Declaration
public int4 yyww { get; }
Property Value
yywx
Declaration
public int4 yywx { get; }
Property Value
yywy
Declaration
public int4 yywy { get; }
Property Value
yywz
Declaration
public int4 yywz { get; }
Property Value
yyx
Declaration
Property Value
yyxw
Declaration
public int4 yyxw { get; }
Property Value
yyxx
Declaration
public int4 yyxx { get; }
Property Value
yyxy
Declaration
public int4 yyxy { get; }
Property Value
yyxz
Declaration
public int4 yyxz { get; }
Property Value
yyy
Declaration
Property Value
yyyw
Declaration
public int4 yyyw { get; }
Property Value
yyyx
Declaration
public int4 yyyx { get; }
Property Value
yyyy
Declaration
public int4 yyyy { get; }
Property Value
yyyz
Declaration
public int4 yyyz { get; }
Property Value
yyz
Declaration
Property Value
yyzw
Declaration
public int4 yyzw { get; }
Property Value
yyzx
Declaration
public int4 yyzx { get; }
Property Value
yyzy
Declaration
public int4 yyzy { get; }
Property Value
yyzz
Declaration
public int4 yyzz { get; }
Property Value
yz
Declaration
public int2 yz { get; set; }
Property Value
yzw
Declaration
public int3 yzw { get; set; }
Property Value
yzww
Declaration
public int4 yzww { get; }
Property Value
yzwx
Declaration
public int4 yzwx { get; set; }
Property Value
yzwy
Declaration
public int4 yzwy { get; }
Property Value
yzwz
Declaration
public int4 yzwz { get; }
Property Value
yzx
Declaration
public int3 yzx { get; set; }
Property Value
yzxw
Declaration
public int4 yzxw { get; set; }
Property Value
yzxx
Declaration
public int4 yzxx { get; }
Property Value
yzxy
Declaration
public int4 yzxy { get; }
Property Value
yzxz
Declaration
public int4 yzxz { get; }
Property Value
yzy
Declaration
Property Value
yzyw
Declaration
public int4 yzyw { get; }
Property Value
yzyx
Declaration
public int4 yzyx { get; }
Property Value
yzyy
Declaration
public int4 yzyy { get; }
Property Value
yzyz
Declaration
public int4 yzyz { get; }
Property Value
yzz
Declaration
Property Value
yzzw
Declaration
public int4 yzzw { get; }
Property Value
yzzx
Declaration
public int4 yzzx { get; }
Property Value
yzzy
Declaration
public int4 yzzy { get; }
Property Value
yzzz
Declaration
public int4 yzzz { get; }
Property Value
zw
Declaration
public int2 zw { get; set; }
Property Value
zww
Declaration
Property Value
zwww
Declaration
public int4 zwww { get; }
Property Value
zwwx
Declaration
public int4 zwwx { get; }
Property Value
zwwy
Declaration
public int4 zwwy { get; }
Property Value
zwwz
Declaration
public int4 zwwz { get; }
Property Value
zwx
Declaration
public int3 zwx { get; set; }
Property Value
zwxw
Declaration
public int4 zwxw { get; }
Property Value
zwxx
Declaration
public int4 zwxx { get; }
Property Value
zwxy
Declaration
public int4 zwxy { get; set; }
Property Value
zwxz
Declaration
public int4 zwxz { get; }
Property Value
zwy
Declaration
public int3 zwy { get; set; }
Property Value
zwyw
Declaration
public int4 zwyw { get; }
Property Value
zwyx
Declaration
public int4 zwyx { get; set; }
Property Value
zwyy
Declaration
public int4 zwyy { get; }
Property Value
zwyz
Declaration
public int4 zwyz { get; }
Property Value
zwz
Declaration
Property Value
zwzw
Declaration
public int4 zwzw { get; }
Property Value
zwzx
Declaration
public int4 zwzx { get; }
Property Value
zwzy
Declaration
public int4 zwzy { get; }
Property Value
zwzz
Declaration
public int4 zwzz { get; }
Property Value
zx
Declaration
public int2 zx { get; set; }
Property Value
zxw
Declaration
public int3 zxw { get; set; }
Property Value
zxww
Declaration
public int4 zxww { get; }
Property Value
zxwx
Declaration
public int4 zxwx { get; }
Property Value
zxwy
Declaration
public int4 zxwy { get; set; }
Property Value
zxwz
Declaration
public int4 zxwz { get; }
Property Value
zxx
Declaration
Property Value
zxxw
Declaration
public int4 zxxw { get; }
Property Value
zxxx
Declaration
public int4 zxxx { get; }
Property Value
zxxy
Declaration
public int4 zxxy { get; }
Property Value
zxxz
Declaration
public int4 zxxz { get; }
Property Value
zxy
Declaration
public int3 zxy { get; set; }
Property Value
zxyw
Declaration
public int4 zxyw { get; set; }
Property Value
zxyx
Declaration
public int4 zxyx { get; }
Property Value
zxyy
Declaration
public int4 zxyy { get; }
Property Value
zxyz
Declaration
public int4 zxyz { get; }
Property Value
zxz
Declaration
Property Value
zxzw
Declaration
public int4 zxzw { get; }
Property Value
zxzx
Declaration
public int4 zxzx { get; }
Property Value
zxzy
Declaration
public int4 zxzy { get; }
Property Value
zxzz
Declaration
public int4 zxzz { get; }
Property Value
zy
Declaration
public int2 zy { get; set; }
Property Value
zyw
Declaration
public int3 zyw { get; set; }
Property Value
zyww
Declaration
public int4 zyww { get; }
Property Value
zywx
Declaration
public int4 zywx { get; set; }
Property Value
zywy
Declaration
public int4 zywy { get; }
Property Value
zywz
Declaration
public int4 zywz { get; }
Property Value
zyx
Declaration
public int3 zyx { get; set; }
Property Value
zyxw
Declaration
public int4 zyxw { get; set; }
Property Value
zyxx
Declaration
public int4 zyxx { get; }
Property Value
zyxy
Declaration
public int4 zyxy { get; }
Property Value
zyxz
Declaration
public int4 zyxz { get; }
Property Value
zyy
Declaration
Property Value
zyyw
Declaration
public int4 zyyw { get; }
Property Value
zyyx
Declaration
public int4 zyyx { get; }
Property Value
zyyy
Declaration
public int4 zyyy { get; }
Property Value
zyyz
Declaration
public int4 zyyz { get; }
Property Value
zyz
Declaration
Property Value
zyzw
Declaration
public int4 zyzw { get; }
Property Value
zyzx
Declaration
public int4 zyzx { get; }
Property Value
zyzy
Declaration
public int4 zyzy { get; }
Property Value
zyzz
Declaration
public int4 zyzz { get; }
Property Value
zz
Declaration
Property Value
zzw
Declaration
Property Value
zzww
Declaration
public int4 zzww { get; }
Property Value
zzwx
Declaration
public int4 zzwx { get; }
Property Value
zzwy
Declaration
public int4 zzwy { get; }
Property Value
zzwz
Declaration
public int4 zzwz { get; }
Property Value
zzx
Declaration
Property Value
zzxw
Declaration
public int4 zzxw { get; }
Property Value
zzxx
Declaration
public int4 zzxx { get; }
Property Value
zzxy
Declaration
public int4 zzxy { get; }
Property Value
zzxz
Declaration
public int4 zzxz { get; }
Property Value
zzy
Declaration
Property Value
zzyw
Declaration
public int4 zzyw { get; }
Property Value
zzyx
Declaration
public int4 zzyx { get; }
Property Value
zzyy
Declaration
public int4 zzyy { get; }
Property Value
zzyz
Declaration
public int4 zzyz { get; }
Property Value
zzz
Declaration
Property Value
zzzw
Declaration
public int4 zzzw { get; }
Property Value
zzzx
Declaration
public int4 zzzx { get; }
Property Value
zzzy
Declaration
public int4 zzzy { get; }
Property Value
zzzz
Declaration
public int4 zzzz { get; }
Property Value
Methods
Equals(Object)
Returns true if the int4 is equal to a given int4, false otherwise.
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Equals(int4)
Returns true if the int4 is equal to a given int4, false otherwise.
Declaration
public bool Equals(int4 rhs)
Parameters
Type |
Name |
Description |
int4 |
rhs |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>.Equals(T)
GetHashCode()
Returns a hash code for the int4.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Returns a string representation of the int4.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Returns a string representation of the int4 using a specified format and culture-specific format information.
Declaration
public string ToString(string format, IFormatProvider formatProvider)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.IFormatProvider |
formatProvider |
|
Returns
Type |
Description |
System.String |
|
Implements
System.IFormattable.ToString(System.String, System.IFormatProvider)
Operators
Addition(Int32, int4)
Returns the result of a componentwise addition operation on an int value and an int4 vector.
Declaration
public static int4 operator +(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
Addition(int4, Int32)
Returns the result of a componentwise addition operation on an int4 vector and an int value.
Declaration
public static int4 operator +(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
Addition(int4, int4)
Returns the result of a componentwise addition operation on two int4 vectors.
Declaration
public static int4 operator +(int4 lhs, int4 rhs)
Parameters
Returns
BitwiseAnd(Int32, int4)
Returns the result of a componentwise bitwise and operation on an int value and an int4 vector.
Declaration
public static int4 operator &(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
BitwiseAnd(int4, Int32)
Returns the result of a componentwise bitwise and operation on an int4 vector and an int value.
Declaration
public static int4 operator &(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
BitwiseAnd(int4, int4)
Returns the result of a componentwise bitwise and operation on two int4 vectors.
Declaration
public static int4 operator &(int4 lhs, int4 rhs)
Parameters
Returns
BitwiseOr(Int32, int4)
Returns the result of a componentwise bitwise or operation on an int value and an int4 vector.
Declaration
public static int4 operator |(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
BitwiseOr(int4, Int32)
Returns the result of a componentwise bitwise or operation on an int4 vector and an int value.
Declaration
public static int4 operator |(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
BitwiseOr(int4, int4)
Returns the result of a componentwise bitwise or operation on two int4 vectors.
Declaration
public static int4 operator |(int4 lhs, int4 rhs)
Parameters
Returns
Decrement(int4)
Returns the result of a componentwise decrement operation on an int4 vector.
Declaration
public static int4 operator --(int4 val)
Parameters
Type |
Name |
Description |
int4 |
val |
|
Returns
Division(Int32, int4)
Returns the result of a componentwise division operation on an int value and an int4 vector.
Declaration
public static int4 operator /(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
Division(int4, Int32)
Returns the result of a componentwise division operation on an int4 vector and an int value.
Declaration
public static int4 operator /(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
Division(int4, int4)
Returns the result of a componentwise division operation on two int4 vectors.
Declaration
public static int4 operator /(int4 lhs, int4 rhs)
Parameters
Returns
Equality(Int32, int4)
Returns the result of a componentwise equality operation on an int value and an int4 vector.
Declaration
public static bool4 operator ==(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
Equality(int4, Int32)
Returns the result of a componentwise equality operation on an int4 vector and an int value.
Declaration
public static bool4 operator ==(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
Equality(int4, int4)
Returns the result of a componentwise equality operation on two int4 vectors.
Declaration
public static bool4 operator ==(int4 lhs, int4 rhs)
Parameters
Returns
ExclusiveOr(Int32, int4)
Returns the result of a componentwise bitwise exclusive or operation on an int value and an int4 vector.
Declaration
public static int4 operator ^(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
ExclusiveOr(int4, Int32)
Returns the result of a componentwise bitwise exclusive or operation on an int4 vector and an int value.
Declaration
public static int4 operator ^(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
ExclusiveOr(int4, int4)
Returns the result of a componentwise bitwise exclusive or operation on two int4 vectors.
Declaration
public static int4 operator ^(int4 lhs, int4 rhs)
Parameters
Returns
Explicit(Boolean to int4)
Explicitly converts a single bool value to a int4 vector by converting it to int and assigning it to every component.
Declaration
public static explicit operator int4(bool v)
Parameters
Type |
Name |
Description |
System.Boolean |
v |
|
Returns
Explicit(Double to int4)
Explicitly converts a single double value to a int4 vector by converting it to int and assigning it to every component.
Declaration
public static explicit operator int4(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Explicit(Single to int4)
Explicitly converts a single float value to a int4 vector by converting it to int and assigning it to every component.
Declaration
public static explicit operator int4(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Explicit(UInt32 to int4)
Explicitly converts a single uint value to a int4 vector by converting it to int and assigning it to every component.
Declaration
public static explicit operator int4(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Explicit(bool4 to int4)
Explicitly converts a bool4 vector to a int4 vector by componentwise conversion.
Declaration
public static explicit operator int4(bool4 v)
Parameters
Type |
Name |
Description |
bool4 |
v |
|
Returns
Explicit(double4 to int4)
Explicitly converts a double4 vector to a int4 vector by componentwise conversion.
Declaration
public static explicit operator int4(double4 v)
Parameters
Returns
Explicit(float4 to int4)
Explicitly converts a float4 vector to a int4 vector by componentwise conversion.
Declaration
public static explicit operator int4(float4 v)
Parameters
Type |
Name |
Description |
float4 |
v |
|
Returns
Explicit(uint4 to int4)
Explicitly converts a uint4 vector to a int4 vector by componentwise conversion.
Declaration
public static explicit operator int4(uint4 v)
Parameters
Type |
Name |
Description |
uint4 |
v |
|
Returns
GreaterThan(Int32, int4)
Returns the result of a componentwise greater than operation on an int value and an int4 vector.
Declaration
public static bool4 operator>(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
GreaterThan(int4, Int32)
Returns the result of a componentwise greater than operation on an int4 vector and an int value.
Declaration
public static bool4 operator>(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
GreaterThan(int4, int4)
Returns the result of a componentwise greater than operation on two int4 vectors.
Declaration
public static bool4 operator>(int4 lhs, int4 rhs)
Parameters
Returns
GreaterThanOrEqual(Int32, int4)
Returns the result of a componentwise greater or equal operation on an int value and an int4 vector.
Declaration
public static bool4 operator >=(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
GreaterThanOrEqual(int4, Int32)
Returns the result of a componentwise greater or equal operation on an int4 vector and an int value.
Declaration
public static bool4 operator >=(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
GreaterThanOrEqual(int4, int4)
Returns the result of a componentwise greater or equal operation on two int4 vectors.
Declaration
public static bool4 operator >=(int4 lhs, int4 rhs)
Parameters
Returns
Implicit(Int32 to int4)
Implicitly converts a single int value to a int4 vector by assigning it to every component.
Declaration
public static implicit operator int4(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Increment(int4)
Returns the result of a componentwise increment operation on an int4 vector.
Declaration
public static int4 operator ++(int4 val)
Parameters
Type |
Name |
Description |
int4 |
val |
|
Returns
Inequality(Int32, int4)
Returns the result of a componentwise not equal operation on an int value and an int4 vector.
Declaration
public static bool4 operator !=(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
Inequality(int4, Int32)
Returns the result of a componentwise not equal operation on an int4 vector and an int value.
Declaration
public static bool4 operator !=(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
Inequality(int4, int4)
Returns the result of a componentwise not equal operation on two int4 vectors.
Declaration
public static bool4 operator !=(int4 lhs, int4 rhs)
Parameters
Returns
LeftShift(int4, Int32)
Returns the result of a componentwise left shift operation on an int4 vector by a number of bits specified by a single int.
Declaration
public static int4 operator <<(int4 x, int n)
Parameters
Type |
Name |
Description |
int4 |
x |
|
System.Int32 |
n |
|
Returns
LessThan(Int32, int4)
Returns the result of a componentwise less than operation on an int value and an int4 vector.
Declaration
public static bool4 operator <(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
LessThan(int4, Int32)
Returns the result of a componentwise less than operation on an int4 vector and an int value.
Declaration
public static bool4 operator <(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
LessThan(int4, int4)
Returns the result of a componentwise less than operation on two int4 vectors.
Declaration
public static bool4 operator <(int4 lhs, int4 rhs)
Parameters
Returns
LessThanOrEqual(Int32, int4)
Returns the result of a componentwise less or equal operation on an int value and an int4 vector.
Declaration
public static bool4 operator <=(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
LessThanOrEqual(int4, Int32)
Returns the result of a componentwise less or equal operation on an int4 vector and an int value.
Declaration
public static bool4 operator <=(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
LessThanOrEqual(int4, int4)
Returns the result of a componentwise less or equal operation on two int4 vectors.
Declaration
public static bool4 operator <=(int4 lhs, int4 rhs)
Parameters
Returns
Modulus(Int32, int4)
Returns the result of a componentwise modulus operation on an int value and an int4 vector.
Declaration
public static int4 operator %(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
Modulus(int4, Int32)
Returns the result of a componentwise modulus operation on an int4 vector and an int value.
Declaration
public static int4 operator %(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
Modulus(int4, int4)
Returns the result of a componentwise modulus operation on two int4 vectors.
Declaration
public static int4 operator %(int4 lhs, int4 rhs)
Parameters
Returns
Multiply(Int32, int4)
Returns the result of a componentwise multiplication operation on an int value and an int4 vector.
Declaration
public static int4 operator *(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
Multiply(int4, Int32)
Returns the result of a componentwise multiplication operation on an int4 vector and an int value.
Declaration
public static int4 operator *(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
Multiply(int4, int4)
Returns the result of a componentwise multiplication operation on two int4 vectors.
Declaration
public static int4 operator *(int4 lhs, int4 rhs)
Parameters
Returns
OnesComplement(int4)
Returns the result of a componentwise bitwise not operation on an int4 vector.
Declaration
public static int4 operator ~(int4 val)
Parameters
Type |
Name |
Description |
int4 |
val |
|
Returns
RightShift(int4, Int32)
Returns the result of a componentwise right shift operation on an int4 vector by a number of bits specified by a single int.
Declaration
public static int4 operator >>(int4 x, int n)
Parameters
Type |
Name |
Description |
int4 |
x |
|
System.Int32 |
n |
|
Returns
Subtraction(Int32, int4)
Returns the result of a componentwise subtraction operation on an int value and an int4 vector.
Declaration
public static int4 operator -(int lhs, int4 rhs)
Parameters
Type |
Name |
Description |
System.Int32 |
lhs |
|
int4 |
rhs |
|
Returns
Subtraction(int4, Int32)
Returns the result of a componentwise subtraction operation on an int4 vector and an int value.
Declaration
public static int4 operator -(int4 lhs, int rhs)
Parameters
Type |
Name |
Description |
int4 |
lhs |
|
System.Int32 |
rhs |
|
Returns
Subtraction(int4, int4)
Returns the result of a componentwise subtraction operation on two int4 vectors.
Declaration
public static int4 operator -(int4 lhs, int4 rhs)
Parameters
Returns
UnaryNegation(int4)
Returns the result of a componentwise unary minus operation on an int4 vector.
Declaration
public static int4 operator -(int4 val)
Parameters
Type |
Name |
Description |
int4 |
val |
|
Returns
UnaryPlus(int4)
Returns the result of a componentwise unary plus operation on an int4 vector.
Declaration
public static int4 operator +(int4 val)
Parameters
Type |
Name |
Description |
int4 |
val |
|
Returns