API:System.Math.IsInfinite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsInfinite(const AValue: Single): Boolean;
function IsInfinite(const AValue: Double): Boolean;
function IsInfinite(const AValue: Extended): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsInfinite(const float AValue)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.