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

Definition

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

Parameters

value
Decimal128

Returns

Implements

Applies to