System.SysUtils.TSingleHelper.Mantissa

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Mantissa: UInt64;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TSingleHelper

Description

Returns the precision bits of the single precision floating-point value.

Mantissa, also known as the significand, is the raw fraction part of the number with the 1 bit before it.

Mantissa returns a UInt64 value.

See Also