Udostępnij za pośrednictwem


IntPtr.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 IntPtr CreateChecked(TOther value) = System::Numerics::INumberBase<IntPtr>::CreateChecked;
public static IntPtr CreateChecked<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateChecked : 'Other -> nativeint (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateChecked(Of TOther As INumberBase(Of TOther)) (value As TOther) As IntPtr

Parametry typu

TOther

Typ value.

Parametry

value
TOther

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

Zwraca

IntPtr

nativeint

Wystąpienie TSelf utworzone na podstawie value.

Implementuje

Dotyczy