Float4 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
4-component vector with single precision.
public value class Float4 : IEquatable<Microsoft::Azure::RemoteRendering::Float4>
public struct Float4 : IEquatable<Microsoft.Azure.RemoteRendering.Float4>
type Float4 = struct
Public Structure Float4
Implements IEquatable(Of Float4)
- Inheritance
-
Float4
- Implements
Constructors
Float4(Single, Single, Single, Single) |
Fields
W | |
X | |
Y | |
Z |
Methods
Equals(Float4) | |
Equals(Object) | |
GetHashCode() | |
IsValid() |
Operators
Equality(Float4, Float4) | |
Inequality(Float4, Float4) |