ToolsAPI.TOTAXMMReg

提供: RAD Studio API Documentation
移動先: 案内検索

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;
        };
    };
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI ToolsAPI

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。