NFloat.IsNormal(NFloat) Method
In this article
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 normal.
public:
static bool IsNormal(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNormal;
public static bool IsNormal(System.Runtime.InteropServices.NFloat value);
static member IsNormal : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNormal (value As NFloat) As Boolean
- value
- NFloat
The floating-point value.
true
if the value is normal; false
otherwise.
Applies to
Product | Versions |
---|---|
.NET | 7, 8, 9, 10 |