UIntPtr.INumberBase<UIntPtr>.IsImaginaryNumber(UIntPtr) Método

Definición

Determina si un valor representa un número imaginario puro.

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

Parámetros

value
UIntPtr

unativeint

Valor que se va a comprobar.

Devoluciones

true es si value es un número imaginario puro; en caso contrario, falsees .

Implementaciones

Se aplica a