UInt128.INumberBase<UInt128>.TryConvertFromChecked<TOther> Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.UInt128>.TryConvertFromChecked(TOther value, [Runtime::InteropServices::Out] UInt128 % result) = System::Numerics::INumberBase<UInt128>::TryConvertFromChecked;
static bool INumberBase<UInt128>.TryConvertFromChecked<TOther> (TOther value, out UInt128 result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.UInt128>.TryConvertFromChecked : 'Other * UInt128 -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertFromChecked(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As UInt128) As Boolean Implements INumberBase(Of UInt128).TryConvertFromChecked
Parametry typu
- TOther
Parametry
- value
- TOther
- result
- UInt128
Zwraca
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.