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

定義

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

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

パラメーター

value
Byte

チェックする値。

戻り値

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

実装

適用対象