System.TDoubleRec.BuildUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BuildUp(const SignFlag: Boolean; const Mantissa: UInt64; const Exponent: Integer);

C++

void __fastcall BuildUp(const bool SignFlag, const unsigned __int64 Mantissa, const int Exponent);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System TDoubleRec

Description

Builds this System.TDoubleRec variable with a specific sign, mantissa, and exponent.


BuildUp sets this record in accordance with the given sign, mantissa, and exponent.

The sign parameter represents the sign bit (True or 1 for negative, False or 0 for positive).

The exponent parameter must be unbiased.