Char.INumberBase<Char>.IsNormal(Char) メソッド

定義

値が正常かどうかを判断します。

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

パラメーター

value
Char

チェックする値。

戻り値

true が正常な場合 value は 。それ以外の場合 falseは 。

実装

適用対象