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

定義

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

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

パラメーター

value
SByte

チェックする値。

戻り値

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

実装

適用対象