UIntPtr.INumberBase<UIntPtr>.IsNormal(UIntPtr) Yöntem

Tanım

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

 static bool System.Numerics.INumberBase<nuint>.IsNormal(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsNormal;
static bool INumberBase<UIntPtr>.IsNormal (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsNormal : unativeint -> bool
 Shared Function IsNormal (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsNormal

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

true normalse value ; değilse, false.

Uygulamalar

Şunlara uygulanır