Char.INumberBase<Char>.IsSubnormal(Char) 方法

定義

判斷值是否為不正常。

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

參數

value
Char

要檢查的值。

傳回

true 如果 value 為非正常,則為 , false 否則為 。

實作

適用於