NFloat.IsSubnormal(NFloat) Metod

Definition

Avgör om det angivna värdet är subnormalt.

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

Parametrar

value
NFloat

Flyttalsvärdet.

Returer

true om värdet är subnormalt; false Annars.

Implementeringar

Gäller för