Struct uint3
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
[Serializable]
public struct uint3 : IEquatable<uint3>, IFormattable
Constructors
uint3(Boolean)
Constructs a uint3 vector from a single bool value by converting it to uint and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Boolean |
v |
|
uint3(Double)
Constructs a uint3 vector from a single double value by converting it to uint and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Double |
v |
|
uint3(Int32)
Constructs a uint3 vector from a single int value by converting it to uint and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
uint3(Single)
Constructs a uint3 vector from a single float value by converting it to uint and assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Single |
v |
|
uint3(UInt32)
Constructs a uint3 vector from a single uint value by assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
uint3(UInt32, UInt32, UInt32)
Constructs a uint3 vector from three uint values.
Declaration
public uint3(uint x, uint y, uint z)
Parameters
Type |
Name |
Description |
System.UInt32 |
x |
|
System.UInt32 |
y |
|
System.UInt32 |
z |
|
uint3(UInt32, uint2)
Constructs a uint3 vector from a uint value and a uint2 vector.
Declaration
public uint3(uint x, uint2 yz)
Parameters
Type |
Name |
Description |
System.UInt32 |
x |
|
uint2 |
yz |
|
uint3(bool3)
Constructs a uint3 vector from a bool3 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
bool3 |
v |
|
uint3(double3)
Constructs a uint3 vector from a double3 vector by componentwise conversion.
Declaration
Parameters
uint3(float3)
Constructs a uint3 vector from a float3 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
float3 |
v |
|
uint3(int3)
Constructs a uint3 vector from a int3 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
int3 |
v |
|
uint3(uint2, UInt32)
Constructs a uint3 vector from a uint2 vector and a uint value.
Declaration
public uint3(uint2 xy, uint z)
Parameters
Type |
Name |
Description |
uint2 |
xy |
|
System.UInt32 |
z |
|
uint3(uint3)
Constructs a uint3 vector from a uint3 vector.
Declaration
Parameters
Type |
Name |
Description |
uint3 |
xyz |
|
Fields
x
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
y
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
z
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
zero
Declaration
public static readonly uint3 zero
Field Value
Properties
Item[Int32]
Returns the uint element at a specified index.
Declaration
public uint this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Type |
Description |
System.UInt32 |
|
xx
Declaration
Property Value
xxx
Declaration
public uint3 xxx { get; }
Property Value
xxxx
Declaration
public uint4 xxxx { get; }
Property Value
xxxy
Declaration
public uint4 xxxy { get; }
Property Value
xxxz
Declaration
public uint4 xxxz { get; }
Property Value
xxy
Declaration
public uint3 xxy { get; }
Property Value
xxyx
Declaration
public uint4 xxyx { get; }
Property Value
xxyy
Declaration
public uint4 xxyy { get; }
Property Value
xxyz
Declaration
public uint4 xxyz { get; }
Property Value
xxz
Declaration
public uint3 xxz { get; }
Property Value
xxzx
Declaration
public uint4 xxzx { get; }
Property Value
xxzy
Declaration
public uint4 xxzy { get; }
Property Value
xxzz
Declaration
public uint4 xxzz { get; }
Property Value
xy
Declaration
public uint2 xy { get; set; }
Property Value
xyx
Declaration
public uint3 xyx { get; }
Property Value
xyxx
Declaration
public uint4 xyxx { get; }
Property Value
xyxy
Declaration
public uint4 xyxy { get; }
Property Value
xyxz
Declaration
public uint4 xyxz { get; }
Property Value
xyy
Declaration
public uint3 xyy { get; }
Property Value
xyyx
Declaration
public uint4 xyyx { get; }
Property Value
xyyy
Declaration
public uint4 xyyy { get; }
Property Value
xyyz
Declaration
public uint4 xyyz { get; }
Property Value
xyz
Declaration
public uint3 xyz { get; set; }
Property Value
xyzx
Declaration
public uint4 xyzx { get; }
Property Value
xyzy
Declaration
public uint4 xyzy { get; }
Property Value
xyzz
Declaration
public uint4 xyzz { get; }
Property Value
xz
Declaration
public uint2 xz { get; set; }
Property Value
xzx
Declaration
public uint3 xzx { get; }
Property Value
xzxx
Declaration
public uint4 xzxx { get; }
Property Value
xzxy
Declaration
public uint4 xzxy { get; }
Property Value
xzxz
Declaration
public uint4 xzxz { get; }
Property Value
xzy
Declaration
public uint3 xzy { get; set; }
Property Value
xzyx
Declaration
public uint4 xzyx { get; }
Property Value
xzyy
Declaration
public uint4 xzyy { get; }
Property Value
xzyz
Declaration
public uint4 xzyz { get; }
Property Value
xzz
Declaration
public uint3 xzz { get; }
Property Value
xzzx
Declaration
public uint4 xzzx { get; }
Property Value
xzzy
Declaration
public uint4 xzzy { get; }
Property Value
xzzz
Declaration
public uint4 xzzz { get; }
Property Value
yx
Declaration
public uint2 yx { get; set; }
Property Value
yxx
Declaration
public uint3 yxx { get; }
Property Value
yxxx
Declaration
public uint4 yxxx { get; }
Property Value
yxxy
Declaration
public uint4 yxxy { get; }
Property Value
yxxz
Declaration
public uint4 yxxz { get; }
Property Value
yxy
Declaration
public uint3 yxy { get; }
Property Value
yxyx
Declaration
public uint4 yxyx { get; }
Property Value
yxyy
Declaration
public uint4 yxyy { get; }
Property Value
yxyz
Declaration
public uint4 yxyz { get; }
Property Value
yxz
Declaration
public uint3 yxz { get; set; }
Property Value
yxzx
Declaration
public uint4 yxzx { get; }
Property Value
yxzy
Declaration
public uint4 yxzy { get; }
Property Value
yxzz
Declaration
public uint4 yxzz { get; }
Property Value
yy
Declaration
Property Value
yyx
Declaration
public uint3 yyx { get; }
Property Value
yyxx
Declaration
public uint4 yyxx { get; }
Property Value
yyxy
Declaration
public uint4 yyxy { get; }
Property Value
yyxz
Declaration
public uint4 yyxz { get; }
Property Value
yyy
Declaration
public uint3 yyy { get; }
Property Value
yyyx
Declaration
public uint4 yyyx { get; }
Property Value
yyyy
Declaration
public uint4 yyyy { get; }
Property Value
yyyz
Declaration
public uint4 yyyz { get; }
Property Value
yyz
Declaration
public uint3 yyz { get; }
Property Value
yyzx
Declaration
public uint4 yyzx { get; }
Property Value
yyzy
Declaration
public uint4 yyzy { get; }
Property Value
yyzz
Declaration
public uint4 yyzz { get; }
Property Value
yz
Declaration
public uint2 yz { get; set; }
Property Value
yzx
Declaration
public uint3 yzx { get; set; }
Property Value
yzxx
Declaration
public uint4 yzxx { get; }
Property Value
yzxy
Declaration
public uint4 yzxy { get; }
Property Value
yzxz
Declaration
public uint4 yzxz { get; }
Property Value
yzy
Declaration
public uint3 yzy { get; }
Property Value
yzyx
Declaration
public uint4 yzyx { get; }
Property Value
yzyy
Declaration
public uint4 yzyy { get; }
Property Value
yzyz
Declaration
public uint4 yzyz { get; }
Property Value
yzz
Declaration
public uint3 yzz { get; }
Property Value
yzzx
Declaration
public uint4 yzzx { get; }
Property Value
yzzy
Declaration
public uint4 yzzy { get; }
Property Value
yzzz
Declaration
public uint4 yzzz { get; }
Property Value
zx
Declaration
public uint2 zx { get; set; }
Property Value
zxx
Declaration
public uint3 zxx { get; }
Property Value
zxxx
Declaration
public uint4 zxxx { get; }
Property Value
zxxy
Declaration
public uint4 zxxy { get; }
Property Value
zxxz
Declaration
public uint4 zxxz { get; }
Property Value
zxy
Declaration
public uint3 zxy { get; set; }
Property Value
zxyx
Declaration
public uint4 zxyx { get; }
Property Value
zxyy
Declaration
public uint4 zxyy { get; }
Property Value
zxyz
Declaration
public uint4 zxyz { get; }
Property Value
zxz
Declaration
public uint3 zxz { get; }
Property Value
zxzx
Declaration
public uint4 zxzx { get; }
Property Value
zxzy
Declaration
public uint4 zxzy { get; }
Property Value
zxzz
Declaration
public uint4 zxzz { get; }
Property Value
zy
Declaration
public uint2 zy { get; set; }
Property Value
zyx
Declaration
public uint3 zyx { get; set; }
Property Value
zyxx
Declaration
public uint4 zyxx { get; }
Property Value
zyxy
Declaration
public uint4 zyxy { get; }
Property Value
zyxz
Declaration
public uint4 zyxz { get; }
Property Value
zyy
Declaration
public uint3 zyy { get; }
Property Value
zyyx
Declaration
public uint4 zyyx { get; }
Property Value
zyyy
Declaration
public uint4 zyyy { get; }
Property Value
zyyz
Declaration
public uint4 zyyz { get; }
Property Value
zyz
Declaration
public uint3 zyz { get; }
Property Value
zyzx
Declaration
public uint4 zyzx { get; }
Property Value
zyzy
Declaration
public uint4 zyzy { get; }
Property Value
zyzz
Declaration
public uint4 zyzz { get; }
Property Value
zz
Declaration
Property Value
zzx
Declaration
public uint3 zzx { get; }
Property Value
zzxx
Declaration
public uint4 zzxx { get; }
Property Value
zzxy
Declaration
public uint4 zzxy { get; }
Property Value
zzxz
Declaration
public uint4 zzxz { get; }
Property Value
zzy
Declaration
public uint3 zzy { get; }
Property Value
zzyx
Declaration
public uint4 zzyx { get; }
Property Value
zzyy
Declaration
public uint4 zzyy { get; }
Property Value
zzyz
Declaration
public uint4 zzyz { get; }
Property Value
zzz
Declaration
public uint3 zzz { get; }
Property Value
zzzx
Declaration
public uint4 zzzx { get; }
Property Value
zzzy
Declaration
public uint4 zzzy { get; }
Property Value
zzzz
Declaration
public uint4 zzzz { get; }
Property Value
Methods
Equals(Object)
Returns true if the uint3 is equal to a given uint3, 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(uint3)
Returns true if the uint3 is equal to a given uint3, false otherwise.
Declaration
public bool Equals(uint3 rhs)
Parameters
Type |
Name |
Description |
uint3 |
rhs |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>.Equals(T)
GetHashCode()
Returns a hash code for the uint3.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Returns a string representation of the uint3.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Returns a string representation of the uint3 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(UInt32, uint3)
Returns the result of a componentwise addition operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator +(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
Addition(uint3, UInt32)
Returns the result of a componentwise addition operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator +(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
Addition(uint3, uint3)
Returns the result of a componentwise addition operation on two uint3 vectors.
Declaration
public static uint3 operator +(uint3 lhs, uint3 rhs)
Parameters
Returns
BitwiseAnd(UInt32, uint3)
Returns the result of a componentwise bitwise and operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator &(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
BitwiseAnd(uint3, UInt32)
Returns the result of a componentwise bitwise and operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator &(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
BitwiseAnd(uint3, uint3)
Returns the result of a componentwise bitwise and operation on two uint3 vectors.
Declaration
public static uint3 operator &(uint3 lhs, uint3 rhs)
Parameters
Returns
BitwiseOr(UInt32, uint3)
Returns the result of a componentwise bitwise or operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator |(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
BitwiseOr(uint3, UInt32)
Returns the result of a componentwise bitwise or operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator |(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
BitwiseOr(uint3, uint3)
Returns the result of a componentwise bitwise or operation on two uint3 vectors.
Declaration
public static uint3 operator |(uint3 lhs, uint3 rhs)
Parameters
Returns
Decrement(uint3)
Returns the result of a componentwise decrement operation on a uint3 vector.
Declaration
public static uint3 operator --(uint3 val)
Parameters
Type |
Name |
Description |
uint3 |
val |
|
Returns
Division(UInt32, uint3)
Returns the result of a componentwise division operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator /(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
Division(uint3, UInt32)
Returns the result of a componentwise division operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator /(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
Division(uint3, uint3)
Returns the result of a componentwise division operation on two uint3 vectors.
Declaration
public static uint3 operator /(uint3 lhs, uint3 rhs)
Parameters
Returns
Equality(UInt32, uint3)
Returns the result of a componentwise equality operation on a uint value and a uint3 vector.
Declaration
public static bool3 operator ==(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
Equality(uint3, UInt32)
Returns the result of a componentwise equality operation on a uint3 vector and a uint value.
Declaration
public static bool3 operator ==(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
Equality(uint3, uint3)
Returns the result of a componentwise equality operation on two uint3 vectors.
Declaration
public static bool3 operator ==(uint3 lhs, uint3 rhs)
Parameters
Returns
ExclusiveOr(UInt32, uint3)
Returns the result of a componentwise bitwise exclusive or operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator ^(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
ExclusiveOr(uint3, UInt32)
Returns the result of a componentwise bitwise exclusive or operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator ^(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
ExclusiveOr(uint3, uint3)
Returns the result of a componentwise bitwise exclusive or operation on two uint3 vectors.
Declaration
public static uint3 operator ^(uint3 lhs, uint3 rhs)
Parameters
Returns
Explicit(Boolean to uint3)
Explicitly converts a single bool value to a uint3 vector by converting it to uint and assigning it to every component.
Declaration
public static explicit operator uint3(bool v)
Parameters
Type |
Name |
Description |
System.Boolean |
v |
|
Returns
Explicit(Double to uint3)
Explicitly converts a single double value to a uint3 vector by converting it to uint and assigning it to every component.
Declaration
public static explicit operator uint3(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Explicit(Int32 to uint3)
Explicitly converts a single int value to a uint3 vector by converting it to uint and assigning it to every component.
Declaration
public static explicit operator uint3(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Explicit(Single to uint3)
Explicitly converts a single float value to a uint3 vector by converting it to uint and assigning it to every component.
Declaration
public static explicit operator uint3(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Explicit(bool3 to uint3)
Explicitly converts a bool3 vector to a uint3 vector by componentwise conversion.
Declaration
public static explicit operator uint3(bool3 v)
Parameters
Type |
Name |
Description |
bool3 |
v |
|
Returns
Explicit(double3 to uint3)
Explicitly converts a double3 vector to a uint3 vector by componentwise conversion.
Declaration
public static explicit operator uint3(double3 v)
Parameters
Returns
Explicit(float3 to uint3)
Explicitly converts a float3 vector to a uint3 vector by componentwise conversion.
Declaration
public static explicit operator uint3(float3 v)
Parameters
Type |
Name |
Description |
float3 |
v |
|
Returns
Explicit(int3 to uint3)
Explicitly converts a int3 vector to a uint3 vector by componentwise conversion.
Declaration
public static explicit operator uint3(int3 v)
Parameters
Type |
Name |
Description |
int3 |
v |
|
Returns
GreaterThan(UInt32, uint3)
Returns the result of a componentwise greater than operation on a uint value and a uint3 vector.
Declaration
public static bool3 operator>(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
GreaterThan(uint3, UInt32)
Returns the result of a componentwise greater than operation on a uint3 vector and a uint value.
Declaration
public static bool3 operator>(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
GreaterThan(uint3, uint3)
Returns the result of a componentwise greater than operation on two uint3 vectors.
Declaration
public static bool3 operator>(uint3 lhs, uint3 rhs)
Parameters
Returns
GreaterThanOrEqual(UInt32, uint3)
Returns the result of a componentwise greater or equal operation on a uint value and a uint3 vector.
Declaration
public static bool3 operator >=(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
GreaterThanOrEqual(uint3, UInt32)
Returns the result of a componentwise greater or equal operation on a uint3 vector and a uint value.
Declaration
public static bool3 operator >=(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
GreaterThanOrEqual(uint3, uint3)
Returns the result of a componentwise greater or equal operation on two uint3 vectors.
Declaration
public static bool3 operator >=(uint3 lhs, uint3 rhs)
Parameters
Returns
Implicit(UInt32 to uint3)
Implicitly converts a single uint value to a uint3 vector by assigning it to every component.
Declaration
public static implicit operator uint3(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Increment(uint3)
Returns the result of a componentwise increment operation on a uint3 vector.
Declaration
public static uint3 operator ++(uint3 val)
Parameters
Type |
Name |
Description |
uint3 |
val |
|
Returns
Inequality(UInt32, uint3)
Returns the result of a componentwise not equal operation on a uint value and a uint3 vector.
Declaration
public static bool3 operator !=(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
Inequality(uint3, UInt32)
Returns the result of a componentwise not equal operation on a uint3 vector and a uint value.
Declaration
public static bool3 operator !=(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
Inequality(uint3, uint3)
Returns the result of a componentwise not equal operation on two uint3 vectors.
Declaration
public static bool3 operator !=(uint3 lhs, uint3 rhs)
Parameters
Returns
LeftShift(uint3, Int32)
Returns the result of a componentwise left shift operation on a uint3 vector by a number of bits specified by a single int.
Declaration
public static uint3 operator <<(uint3 x, int n)
Parameters
Type |
Name |
Description |
uint3 |
x |
|
System.Int32 |
n |
|
Returns
LessThan(UInt32, uint3)
Returns the result of a componentwise less than operation on a uint value and a uint3 vector.
Declaration
public static bool3 operator <(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
LessThan(uint3, UInt32)
Returns the result of a componentwise less than operation on a uint3 vector and a uint value.
Declaration
public static bool3 operator <(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
LessThan(uint3, uint3)
Returns the result of a componentwise less than operation on two uint3 vectors.
Declaration
public static bool3 operator <(uint3 lhs, uint3 rhs)
Parameters
Returns
LessThanOrEqual(UInt32, uint3)
Returns the result of a componentwise less or equal operation on a uint value and a uint3 vector.
Declaration
public static bool3 operator <=(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
LessThanOrEqual(uint3, UInt32)
Returns the result of a componentwise less or equal operation on a uint3 vector and a uint value.
Declaration
public static bool3 operator <=(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
LessThanOrEqual(uint3, uint3)
Returns the result of a componentwise less or equal operation on two uint3 vectors.
Declaration
public static bool3 operator <=(uint3 lhs, uint3 rhs)
Parameters
Returns
Modulus(UInt32, uint3)
Returns the result of a componentwise modulus operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator %(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
Modulus(uint3, UInt32)
Returns the result of a componentwise modulus operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator %(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
Modulus(uint3, uint3)
Returns the result of a componentwise modulus operation on two uint3 vectors.
Declaration
public static uint3 operator %(uint3 lhs, uint3 rhs)
Parameters
Returns
Multiply(UInt32, uint3)
Returns the result of a componentwise multiplication operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator *(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
Multiply(uint3, UInt32)
Returns the result of a componentwise multiplication operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator *(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
Multiply(uint3, uint3)
Returns the result of a componentwise multiplication operation on two uint3 vectors.
Declaration
public static uint3 operator *(uint3 lhs, uint3 rhs)
Parameters
Returns
OnesComplement(uint3)
Returns the result of a componentwise bitwise not operation on a uint3 vector.
Declaration
public static uint3 operator ~(uint3 val)
Parameters
Type |
Name |
Description |
uint3 |
val |
|
Returns
RightShift(uint3, Int32)
Returns the result of a componentwise right shift operation on a uint3 vector by a number of bits specified by a single int.
Declaration
public static uint3 operator >>(uint3 x, int n)
Parameters
Type |
Name |
Description |
uint3 |
x |
|
System.Int32 |
n |
|
Returns
Subtraction(UInt32, uint3)
Returns the result of a componentwise subtraction operation on a uint value and a uint3 vector.
Declaration
public static uint3 operator -(uint lhs, uint3 rhs)
Parameters
Type |
Name |
Description |
System.UInt32 |
lhs |
|
uint3 |
rhs |
|
Returns
Subtraction(uint3, UInt32)
Returns the result of a componentwise subtraction operation on a uint3 vector and a uint value.
Declaration
public static uint3 operator -(uint3 lhs, uint rhs)
Parameters
Type |
Name |
Description |
uint3 |
lhs |
|
System.UInt32 |
rhs |
|
Returns
Subtraction(uint3, uint3)
Returns the result of a componentwise subtraction operation on two uint3 vectors.
Declaration
public static uint3 operator -(uint3 lhs, uint3 rhs)
Parameters
Returns
UnaryNegation(uint3)
Returns the result of a componentwise unary minus operation on a uint3 vector.
Declaration
public static uint3 operator -(uint3 val)
Parameters
Type |
Name |
Description |
uint3 |
val |
|
Returns
UnaryPlus(uint3)
Returns the result of a componentwise unary plus operation on a uint3 vector.
Declaration
public static uint3 operator +(uint3 val)
Parameters
Type |
Name |
Description |
uint3 |
val |
|
Returns