DkmXmm128 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.
DkmXmm128 represents the content of a 128-bit XMM register on x64 systems
public value class DkmXmm128
public value class DkmXmm128
struct DkmXmm128
public struct DkmXmm128
type DkmXmm128 = struct
Public Structure DkmXmm128
- Inheritance
-
DkmXmm128
Constructors
DkmXmm128(Double, Double) |
Create a DkmXmm128 value from double-precision floating point values |
DkmXmm128(Single, Single, Single, Single) |
Create a DkmXmm128 value from single-precision floating point values |
DkmXmm128(UInt32, UInt32, UInt32, UInt32) |
Create a DkmXmm128 value from UInt32s |
DkmXmm128(UInt64, UInt64) |
Create a DkmXmm128 value from a UInt64 pair |
Fields
Double0 | |
Double1 | |
Single0 | |
Single1 | |
Single2 | |
Single3 | |
u32v0 | |
u32v1 | |
u32v2 | |
u32v3 | |
u64v0 | |
u64v1 |