Udostępnij za pośrednictwem


UIntPtr.CreateChecked<TOther>(TOther) Metoda

Definicja

Tworzy wystąpienie bieżącego typu na podstawie wartości, zgłaszając wyjątek przepełnienia dla wszystkich wartości, które mieszczą się poza dopuszczalnym zakresem bieżącego typu.

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

Parametry typu

TOther

Typ value.

Parametry

value
TOther

Wartość użyta do utworzenia wystąpienia TSelf.

Zwraca

UIntPtr

unativeint

Wystąpienie TSelf utworzone na podstawie value.

Implementuje

Dotyczy