IntPtr.INumberBase<IntPtr>.IsPositiveInfinity(IntPtr) Método

Definición

Determina si un valor es infinito positivo.

 static bool System.Numerics.INumberBase<nint>.IsPositiveInfinity(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsPositiveInfinity;
static bool INumberBase<IntPtr>.IsPositiveInfinity (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsPositiveInfinity : nativeint -> bool
 Shared Function IsPositiveInfinity (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsPositiveInfinity

Parámetros

value
IntPtr

nativeint

Valor que se va a comprobar.

Devoluciones

true es si value es infinito positivo; de lo contrario, falsees .

Implementaciones

Se aplica a