System.Math.GetSSERoundMode

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

Delphi

function GetSSERoundMode: TSSERoundingMode;

C++

extern DELPHI_PACKAGE TSSERoundingMode __fastcall GetSSERoundMode(void);

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math


説明

Intel SSE の丸めモードを取得します。

これは、Intel プラットフォームに依存する関数です。

この関数は古い仕様のもの(Windows 専用、クロスプラットフォームでない)と見なされ、NEXTGEN コンパイラでは使用できません。

GetSSERoundMode の代わりに GetRoundMode を使用してください。

関連項目