Struct half2
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
half2(half, half)
Declaration
public half2(half x, half y)
Parameters
Fields
x
Declaration
Field Value
y
Declaration
Field Value
Operators
Implicit(float2 to half2)
Declaration
public static implicit operator half2(float2 d)
Parameters
Type |
Name |
Description |
float2 |
d |
|
Returns
Implicit(half2 to float2)
Declaration
public static implicit operator float2(half2 d)
Parameters
Type |
Name |
Description |
half2 |
d |
|
Returns