NFloat.IsPositiveInfinity(NFloat) Method

Definition

Determines whether the specified value is positive infinity.

public:
 static bool IsPositiveInfinity(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsPositiveInfinity;
public static bool IsPositiveInfinity (System.Runtime.InteropServices.NFloat value);
static member IsPositiveInfinity : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsPositiveInfinity (value As NFloat) As Boolean

Parameters

value
NFloat

The floating-point value.

Returns

true if the value is positive infinity; false otherwise.

Implements

Applies to