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;
true if the object represents positive infinity; otherwise, false.
IsPositiveInfinity is equivalent to PositiveInfinity.
Single Structure | Single Members | System Namespace | System,.CultureInfo | System,.NumberFormatInfo | System.Single,.IsInfinity | System.Single,.IsNegativeInfinity | System.Single,.], IsNaN