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

Definition

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

Parameters

value
Decimal128

Returns

Implements

Applies to