NFloat.IsNormal(NFloat) Method

Definition

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

Parameters

value
NFloat

The floating-point value.

Returns

true if the value is normal; false otherwise.

Implements

Applies to