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

定義

値が無限であるかどうかを判断します。

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

パラメーター

value
SByte

チェックする値。

戻り値

true が無限の場合 value は 。それ以外の場合 falseは 。

実装

適用対象