Data.DBXPlatform.TDBXPlatform.SingleToInt32Bits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static TInt32 __fastcall SingleToInt32Bits(const float Value);

Properties

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

Description

Copies bytes from a Single to an Int32.

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

See Also