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

Definition

Determines if a value represents a complex number.

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

Parameters

value
UIntPtr

unativeint

The value to be checked.

Returns

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

Implements

Applies to