UIntPtr.CreateChecked<TOther>(TOther) Metodo

Definizione

Crea un'istanza del tipo corrente da un valore, generando un'eccezione di overflow per tutti i valori che rientrano all'esterno dell'intervallo rappresentabile del tipo corrente.

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static UIntPtr CreateChecked(TOther value) = System::Numerics::INumberBase<UIntPtr>::CreateChecked;
public static UIntPtr CreateChecked<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateChecked : 'Other -> unativeint (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateChecked(Of TOther As INumberBase(Of TOther)) (value As TOther) As UIntPtr

Parametri di tipo

TOther

Tipo di value.

Parametri

value
TOther

Valore usato per creare l'istanza di TSelf.

Restituisce

UIntPtr

unativeint

Istanza di TSelf creata da value.

Implementazioni

Si applica a