NFloat.IsSubnormal(NFloat) Methode

Definitie

Bepaalt of de opgegeven waarde subnormaal is.

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

Parameters

value
NFloat

De drijvende-kommawaarde.

Retouren

true als de waarde subnormaal is; false Anders.

Implementeringen

Van toepassing op