UInt16.INumberBase<UInt16>.IsRealNumber(UInt16) 方法

定義

判斷值是否代表實數。

 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

參數

value
UInt16

要檢查的值。

傳回

true 如果 value 是實數,則為 , false 否則為 。

實作

適用於