Aracılığıyla paylaş


IntPtr.CreateChecked<TOther>(TOther) Yöntem

Tanım

Geçerli türün bir örneğini bir değerden oluşturur ve geçerli türün temsil edilebilir aralığının dışında kalan değerler için taşma özel durumu oluşturur.

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

Tür Parametreleri

TOther

valuetürü.

Parametreler

value
TOther

TSelförneğini oluşturmak için kullanılan değer.

Döndürülenler

IntPtr

nativeint

value'den oluşturulan bir TSelf örneği.

Uygulamalar

Şunlara uygulanır