Half.IsSubnormal(Half) Methode

Definitie

Bepaalt of de opgegeven waarde subnormaal is.

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

Parameters

value
Half

Een Half drijvendekommagetal.

Retouren

true indien value subnormaal; falsefalse.

Implementeringen

Opmerkingen

Dit controleert effectief of de waarde niet NaN is, niet oneindig, niet normaal en niet nul.

Van toepassing op