UInt64.INumberBase<UInt64>.IsImaginaryNumber(UInt64) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir değerin yalnızca sanal bir sayıyı temsil eder olup olmadığını belirler.
static bool System.Numerics.INumberBase<System.UInt64>.IsImaginaryNumber(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsImaginaryNumber;
static bool INumberBase<ulong>.IsImaginaryNumber(ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsImaginaryNumber : uint64 -> bool
Shared Function IsImaginaryNumber (value As ULong) As Boolean Implements INumberBase(Of ULong).IsImaginaryNumber
Parametreler
- value
- UInt64
Denetlenecek değer.
Döndürülenler
true saf bir sanal sayıysa value ; değilse, false.