Data.DBXPlatform.TDBXPlatform.Int32BitsToSingle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static float __fastcall Int32BitsToSingle(const int Value);

Properties

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

Description

Copies bytes from an Int32 to a Single.

The Int32BitsToSingle static method copies bytes from an Int32 value to a Single value.

See Also