System.TDoubleRec.SpecialType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SpecialType: TFloatSpecial;

C++

TFloatSpecial __fastcall SpecialType();

Properties

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

Description

Returns the type of the floating-point value.


System.TDoubleRec.SpecialType returns the type (or class) of the floating-point value:

  • Positive
  • Negative
  • Zero
  • Negative zero
  • Denormal
  • Negative denormal
  • Infinite
  • Negative infinite

See Also