Single..::..IsPositiveInfinity Method
Returns a value indicating whether the specified number evaluates to positive infinity.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsPositiveInfinity( float d )
<TemplateAttribute> _ Public Shared Function IsPositiveInfinity ( _ d As Single _ ) As Boolean
[TemplateAttribute] public: static bool^ IsPositiveInfinity( float^ d )
Parameters
- d
- Type: System..::..Single