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

定义

确定值是否表示复数。

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

参数

value
Byte

要检查的值。

返回

true 如果 value 是复数,则为 ;否则为 false

实现

适用于