Struct half4
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
Constructors
half4(half, half, half, half)
Declaration
public half4(half x, half y, half z, half w)
Parameters
Fields
w
Declaration
Field Value
x
Declaration
Field Value
y
Declaration
Field Value
z
Declaration
Field Value
Operators
Implicit(float4 to half4)
Declaration
public static implicit operator half4(float4 d)
Parameters
Type |
Name |
Description |
float4 |
d |
|
Returns
Implicit(half4 to float4)
Declaration
public static implicit operator float4(half4 d)
Parameters
Type |
Name |
Description |
half4 |
d |
|
Returns