Byte.INumberBase<Byte>.IsFinite(Byte) 方法

定义

确定值是否为有限值。

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

参数

value
Byte

要检查的值。

返回

true 如果 value 为有限,则为 ;否则为 false

实现

适用于