Struct double3
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
[Serializable]
public struct double3 : IEquatable<double3>, IFormattable
Constructors
double3(Boolean)
Constructs a double3 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 |
|
double3(Double)
Constructs a double3 vector from a single double value by assigning it to every component.
Declaration
Parameters
Type |
Name |
Description |
System.Double |
v |
|
double3(Double, Double, Double)
Constructs a double3 vector from three double values.
Declaration
public double3(double x, double y, double z)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
System.Double |
z |
|
double3(Double, double2)
Constructs a double3 vector from a double value and a double2 vector.
Declaration
public double3(double x, double2 yz)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
double2 |
yz |
|
double3(Int32)
Constructs a double3 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 |
|
double3(Single)
Constructs a double3 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 |
|
double3(UInt32)
Constructs a double3 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 |
|
double3(bool3)
Constructs a double3 vector from a bool3 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
bool3 |
v |
|
double3(double2, Double)
Constructs a double3 vector from a double2 vector and a double value.
Declaration
public double3(double2 xy, double z)
Parameters
Type |
Name |
Description |
double2 |
xy |
|
System.Double |
z |
|
double3(double3)
Constructs a double3 vector from a double3 vector.
Declaration
public double3(double3 xyz)
Parameters
double3(float3)
Constructs a double3 vector from a float3 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
float3 |
v |
|
double3(int3)
Constructs a double3 vector from a int3 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
int3 |
v |
|
double3(uint3)
Constructs a double3 vector from a uint3 vector by componentwise conversion.
Declaration
Parameters
Type |
Name |
Description |
uint3 |
v |
|
Fields
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 double3 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 |
|
xx
Declaration
public double2 xx { get; }
Property Value
xxx
Declaration
public double3 xxx { 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
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
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
xyx
Declaration
public double3 xyx { 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
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
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
xzx
Declaration
public double3 xzx { 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
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
xzzx
Declaration
public double4 xzzx { get; }
Property Value
xzzy
Declaration
public double4 xzzy { get; }
Property Value
xzzz
Declaration
public double4 xzzz { get; }
Property Value
yx
Declaration
public double2 yx { get; set; }
Property Value
yxx
Declaration
public double3 yxx { 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
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
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
yyx
Declaration
public double3 yyx { 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
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
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
yzx
Declaration
public double3 yzx { 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
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
yzzx
Declaration
public double4 yzzx { get; }
Property Value
yzzy
Declaration
public double4 yzzy { get; }
Property Value
yzzz
Declaration
public double4 yzzz { get; }
Property Value
zx
Declaration
public double2 zx { get; set; }
Property Value
zxx
Declaration
public double3 zxx { 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
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
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
zyx
Declaration
public double3 zyx { 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
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
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
zzx
Declaration
public double3 zzx { 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
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
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 double3 is equal to a given double3, 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(double3)
Returns true if the double3 is equal to a given double3, false otherwise.
Declaration
public bool Equals(double3 rhs)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>.Equals(T)
GetHashCode()
Returns a hash code for the double3.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Returns a string representation of the double3.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Returns a string representation of the double3 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, double3)
Returns the result of a componentwise addition operation on a double value and a double3 vector.
Declaration
public static double3 operator +(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
Addition(double3, Double)
Returns the result of a componentwise addition operation on a double3 vector and a double value.
Declaration
public static double3 operator +(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
Addition(double3, double3)
Returns the result of a componentwise addition operation on two double3 vectors.
Declaration
public static double3 operator +(double3 lhs, double3 rhs)
Parameters
Returns
Decrement(double3)
Returns the result of a componentwise decrement operation on a double3 vector.
Declaration
public static double3 operator --(double3 val)
Parameters
Returns
Division(Double, double3)
Returns the result of a componentwise division operation on a double value and a double3 vector.
Declaration
public static double3 operator /(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
Division(double3, Double)
Returns the result of a componentwise division operation on a double3 vector and a double value.
Declaration
public static double3 operator /(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
Division(double3, double3)
Returns the result of a componentwise division operation on two double3 vectors.
Declaration
public static double3 operator /(double3 lhs, double3 rhs)
Parameters
Returns
Equality(Double, double3)
Returns the result of a componentwise equality operation on a double value and a double3 vector.
Declaration
public static bool3 operator ==(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
Equality(double3, Double)
Returns the result of a componentwise equality operation on a double3 vector and a double value.
Declaration
public static bool3 operator ==(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
Equality(double3, double3)
Returns the result of a componentwise equality operation on two double3 vectors.
Declaration
public static bool3 operator ==(double3 lhs, double3 rhs)
Parameters
Returns
Explicit(Boolean to double3)
Explicitly converts a single bool value to a double3 vector by converting it to double and assigning it to every component.
Declaration
public static explicit operator double3(bool v)
Parameters
Type |
Name |
Description |
System.Boolean |
v |
|
Returns
Explicit(bool3 to double3)
Explicitly converts a bool3 vector to a double3 vector by componentwise conversion.
Declaration
public static explicit operator double3(bool3 v)
Parameters
Type |
Name |
Description |
bool3 |
v |
|
Returns
GreaterThan(Double, double3)
Returns the result of a componentwise greater than operation on a double value and a double3 vector.
Declaration
public static bool3 operator>(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
GreaterThan(double3, Double)
Returns the result of a componentwise greater than operation on a double3 vector and a double value.
Declaration
public static bool3 operator>(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
GreaterThan(double3, double3)
Returns the result of a componentwise greater than operation on two double3 vectors.
Declaration
public static bool3 operator>(double3 lhs, double3 rhs)
Parameters
Returns
GreaterThanOrEqual(Double, double3)
Returns the result of a componentwise greater or equal operation on a double value and a double3 vector.
Declaration
public static bool3 operator >=(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
GreaterThanOrEqual(double3, Double)
Returns the result of a componentwise greater or equal operation on a double3 vector and a double value.
Declaration
public static bool3 operator >=(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
GreaterThanOrEqual(double3, double3)
Returns the result of a componentwise greater or equal operation on two double3 vectors.
Declaration
public static bool3 operator >=(double3 lhs, double3 rhs)
Parameters
Returns
Implicit(Double to double3)
Implicitly converts a single double value to a double3 vector by assigning it to every component.
Declaration
public static implicit operator double3(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Implicit(Int32 to double3)
Implicitly converts a single int value to a double3 vector by converting it to double and assigning it to every component.
Declaration
public static implicit operator double3(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Implicit(Single to double3)
Implicitly converts a single float value to a double3 vector by converting it to double and assigning it to every component.
Declaration
public static implicit operator double3(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Implicit(UInt32 to double3)
Implicitly converts a single uint value to a double3 vector by converting it to double and assigning it to every component.
Declaration
public static implicit operator double3(uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Implicit(float3 to double3)
Implicitly converts a float3 vector to a double3 vector by componentwise conversion.
Declaration
public static implicit operator double3(float3 v)
Parameters
Type |
Name |
Description |
float3 |
v |
|
Returns
Implicit(int3 to double3)
Implicitly converts a int3 vector to a double3 vector by componentwise conversion.
Declaration
public static implicit operator double3(int3 v)
Parameters
Type |
Name |
Description |
int3 |
v |
|
Returns
Implicit(uint3 to double3)
Implicitly converts a uint3 vector to a double3 vector by componentwise conversion.
Declaration
public static implicit operator double3(uint3 v)
Parameters
Type |
Name |
Description |
uint3 |
v |
|
Returns
Increment(double3)
Returns the result of a componentwise increment operation on a double3 vector.
Declaration
public static double3 operator ++(double3 val)
Parameters
Returns
Inequality(Double, double3)
Returns the result of a componentwise not equal operation on a double value and a double3 vector.
Declaration
public static bool3 operator !=(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
Inequality(double3, Double)
Returns the result of a componentwise not equal operation on a double3 vector and a double value.
Declaration
public static bool3 operator !=(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
Inequality(double3, double3)
Returns the result of a componentwise not equal operation on two double3 vectors.
Declaration
public static bool3 operator !=(double3 lhs, double3 rhs)
Parameters
Returns
LessThan(Double, double3)
Returns the result of a componentwise less than operation on a double value and a double3 vector.
Declaration
public static bool3 operator <(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
LessThan(double3, Double)
Returns the result of a componentwise less than operation on a double3 vector and a double value.
Declaration
public static bool3 operator <(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
LessThan(double3, double3)
Returns the result of a componentwise less than operation on two double3 vectors.
Declaration
public static bool3 operator <(double3 lhs, double3 rhs)
Parameters
Returns
LessThanOrEqual(Double, double3)
Returns the result of a componentwise less or equal operation on a double value and a double3 vector.
Declaration
public static bool3 operator <=(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
LessThanOrEqual(double3, Double)
Returns the result of a componentwise less or equal operation on a double3 vector and a double value.
Declaration
public static bool3 operator <=(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
LessThanOrEqual(double3, double3)
Returns the result of a componentwise less or equal operation on two double3 vectors.
Declaration
public static bool3 operator <=(double3 lhs, double3 rhs)
Parameters
Returns
Modulus(Double, double3)
Returns the result of a componentwise modulus operation on a double value and a double3 vector.
Declaration
public static double3 operator %(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
Modulus(double3, Double)
Returns the result of a componentwise modulus operation on a double3 vector and a double value.
Declaration
public static double3 operator %(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
Modulus(double3, double3)
Returns the result of a componentwise modulus operation on two double3 vectors.
Declaration
public static double3 operator %(double3 lhs, double3 rhs)
Parameters
Returns
Multiply(Double, double3)
Returns the result of a componentwise multiplication operation on a double value and a double3 vector.
Declaration
public static double3 operator *(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
Multiply(double3, Double)
Returns the result of a componentwise multiplication operation on a double3 vector and a double value.
Declaration
public static double3 operator *(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
Multiply(double3, double3)
Returns the result of a componentwise multiplication operation on two double3 vectors.
Declaration
public static double3 operator *(double3 lhs, double3 rhs)
Parameters
Returns
Subtraction(Double, double3)
Returns the result of a componentwise subtraction operation on a double value and a double3 vector.
Declaration
public static double3 operator -(double lhs, double3 rhs)
Parameters
Type |
Name |
Description |
System.Double |
lhs |
|
double3 |
rhs |
|
Returns
Subtraction(double3, Double)
Returns the result of a componentwise subtraction operation on a double3 vector and a double value.
Declaration
public static double3 operator -(double3 lhs, double rhs)
Parameters
Type |
Name |
Description |
double3 |
lhs |
|
System.Double |
rhs |
|
Returns
Subtraction(double3, double3)
Returns the result of a componentwise subtraction operation on two double3 vectors.
Declaration
public static double3 operator -(double3 lhs, double3 rhs)
Parameters
Returns
UnaryNegation(double3)
Returns the result of a componentwise unary minus operation on a double3 vector.
Declaration
public static double3 operator -(double3 val)
Parameters
Returns
UnaryPlus(double3)
Returns the result of a componentwise unary plus operation on a double3 vector.
Declaration
public static double3 operator +(double3 val)
Parameters
Returns