UInt16.INumberBase<UInt16>.IsImaginaryNumber(UInt16) Yöntem

Tanım

Bir değerin saf bir sanal sayıyı temsil ediyor olup olmadığını belirler.

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

Parametreler

value
UInt16

Denetlenecek değer.

Döndürülenler

true saf bir sanal sayıysa value ; değilse, false.

Uygulamalar

Şunlara uygulanır