Bridge

Double..::..IsInfinity Method

Returns a value indicating whether the specified number evaluates to negative or positive infinity

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static bool IsInfinity(
	double d
)
<TemplateAttribute> _
Public Shared Function IsInfinity ( _
	d As Double _
) As Boolean
[TemplateAttribute]
public:
static bool^ IsInfinity(
	double^ d
)

Parameters

d
Type: System..::..Double
A double-precision floating-point number.

Return Value

true if d evaluates to PositiveInfinity or NegativeInfinity; otherwise, false.