Data.DBXPlatform.TDBXPlatform.SingleToInt32Bits

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

Delphi

class function SingleToInt32Bits(const Value: Single): TInt32; static;

C++

static int __fastcall SingleToInt32Bits(const float Value);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

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

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

関連項目