NFloat.IsInfinity(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 infinite (positive or negative infinity).
public:
static bool IsInfinity(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsInfinity;
public static bool IsInfinity (System.Runtime.InteropServices.NFloat value);
static member IsInfinity : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsInfinity (value As NFloat) As Boolean
Parameters
- value
- NFloat
The floating-point value.
Returns
true
if the value is infinite (positive or negative infinity); false
otherwise.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.