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

Definition

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

Parameters

value
Decimal64

Returns

Implements

Applies to