UInt16.INumberBase<UInt16>.IsRealNumber(UInt16) Metoda

Definicja

Określa, czy wartość reprezentuje liczbę rzeczywistą.

 static bool System.Numerics.INumberBase<System.UInt16>.IsRealNumber(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsRealNumber;
static bool INumberBase<ushort>.IsRealNumber (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsRealNumber : uint16 -> bool
 Shared Function IsRealNumber (value As UShort) As Boolean Implements INumberBase(Of UShort).IsRealNumber

Parametry

value
UInt16

Wartość do sprawdzenia.

Zwraca

truejeśli value jest liczbą rzeczywistą; w przeciwnym razie . false

Implementuje

Dotyczy