NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Single.IsPositiveInfinity

Determines whether the specified object represents positive infinity.

[Visual Basic]
Public Shared Function IsPositiveInfinity( _
   ByVal f As Single _
) As Boolean
[C#]
public static bool IsPositiveInfinity(
   float f
);
[C++]
public: static bool IsPositiveInfinity(
   float f
);
[JScript]
public static function IsPositiveInfinity(
   f : float
) : Boolean;

Parameters

f
The object to examine.

Return Value

true if the object represents positive infinity; otherwise, false.

Remarks

IsPositiveInfinity is equivalent to PositiveInfinity.

See Also

Single Structure | Single Members | System Namespace | System,.CultureInfo | System,.NumberFormatInfo | System.Single,.IsInfinity | System.Single,.IsNegativeInfinity | System.Single,.], IsNaN