NFloat.IsNormal(NFloat) Yöntem

Tanım

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

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

Parametreler

value
NFloat

Kayan nokta değeri.

Döndürülenler

true değer normalse; false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır