NFloat.IsPositiveInfinity(NFloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.