Data.DBXPlatform.TDBXPlatform.Int32BitsToSingle

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

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

説明

バイトを Int32 から Single にコピーします。

Int32BitsToSingle 静的メソッドは、バイトを Int32 値から Single 値にコピーします。

関連項目