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