Data.DBXPlatform.TDBXPlatform.Int32BitsToSingle

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

static float __fastcall Int32BitsToSingle(const TInt32 Value);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Copie des octets d'un Int32 en un Single.

La méthode statique Int32BitsToSingle copie des octets de Int32 en une valeur Single.

Voir aussi