Data.DBXPlatform.TDBXPlatform.Int32BitsToSingle
Delphi
class function Int32BitsToSingle(const Value: TInt32): Single; static;
C++
static float __fastcall Int32BitsToSingle(const int Value);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXPlatform |
説明
Int32BitsToSingle 静的メソッドは、バイトを Int32 値から Single 値にコピーします。