Bridge

Single..::..IsNegativeInfinity Method

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

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

Syntax


[TemplateAttribute]
public static bool IsNegativeInfinity(
	float d
)
<TemplateAttribute> _
Public Shared Function IsNegativeInfinity ( _
	d As Single _
) As Boolean
[TemplateAttribute]
public:
static bool^ IsNegativeInfinity(
	float^ d
)

Parameters

d
Type: System..::..Single

Return Value

true if f evaluates to NegativeInfinity; otherwise, false.