System.SysUtils.TDoubleHelper.IsNegativeInfinity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsNegativeInfinity: Boolean; overload; inline;
class function IsNegativeInfinity(const Value: Double): Boolean; overload; inline; static;

Properties

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

Description

Determines whether the Double value is negative infinity.

This method is overloaded:

See Also