UInt64.INumberBase<UInt64>.IsComplexNumber(UInt64) Method

Definition

Determines if a value represents a complex number.

 static bool System.Numerics.INumberBase<System.UInt64>.IsComplexNumber(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsComplexNumber;
static bool INumberBase<ulong>.IsComplexNumber (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsComplexNumber : uint64 -> bool
 Shared Function IsComplexNumber (value As ULong) As Boolean Implements INumberBase(Of ULong).IsComplexNumber

Parameters

value
UInt64

The value to be checked.

Returns

true if value is a complex number; otherwise, false.

Implements

Applies to