ToolsAPI.TOTAXMMReg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTAXMMReg = packed record

C++

struct DECLSPEC_DRECORD TOTAXMMReg
{
public:
    union
    {
        struct
        {
            System::StaticArray<double, 2> DoubleReg;
        };
        struct
        {
            System::StaticArray<float, 4> SingleReg;
        };
        struct
        {
            System::StaticArray<unsigned __int64, 2> UInt64Reg;
        };
        struct
        {
            System::StaticArray<__int64, 2> Int64Reg;
        };
        struct
        {
            System::StaticArray<unsigned, 4> LongReg;
        };
        struct
        {
            System::StaticArray<System::Word, 8> WordReg;
        };
        struct
        {
            System::StaticArray<System::Byte, 16> ByteReg;
        };
    };
};

Properties

Type Visibility Source Unit Parent
record
struct
public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI ToolsAPI

Description

Embarcadero Technologies does not currently have any additional information.