System.TSingleRec.Exp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Exp: UInt64 read GetExp write SetExp;

C++

__property unsigned __int64 Exp = {read=GetExp, write=SetExp};

Properties

Type Visibility Source Unit Parent
property public
System.pas
System.hpp
System TSingleRec

Description

Sets and gets the exponent (biased).


Exp represents the exponent (biased) of the floating-point value (as it is represented internally).

See Also