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

Tanım

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

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

Parametreler

value
UInt128

Denetlenecek değer.

Döndürülenler

true normalse value ; değilse, false.

Uygulamalar

Şunlara uygulanır