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

実装

適用対象