_SaveMatrix
Stores the extended floating-point register bank into a 4x4 matrix.
float* _SaveMatrix(
float* matrix
);
Parameters
- matrix
[out] Pointer to an array of float values arranged such that the indices of the array are the [row][column] values of the 4x4 matrix.
Return Values
Pointer to the 4x4 matrix that has been stored.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: shintr.h.
See Also
Microprocessor-specific Intrinsic Functions | _LoadMatrix
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.