NFloat.IsSubnormal(NFloat) Yöntem

Tanım

Belirtilen değerin alt normal olup olmadığını belirler.

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

Parametreler

value
NFloat

Kayan nokta değeri.

Döndürülenler

true değer normalin altındaysa; false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır