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

定義

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

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

パラメーター

value
Byte

チェックする値。

戻り値

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

実装

適用対象