SByte.INumberBase<SByte>.TryConvertFromSaturating<TOther> Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.SByte>.TryConvertFromSaturating(TOther value, [Runtime::InteropServices::Out] System::SByte % result) = System::Numerics::INumberBase<System::SByte>::TryConvertFromSaturating;
static bool INumberBase<sbyte>.TryConvertFromSaturating<TOther> (TOther value, out sbyte result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.SByte>.TryConvertFromSaturating : 'Other * sbyte -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertFromSaturating(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As SByte) As Boolean Implements INumberBase(Of SByte).TryConvertFromSaturating
Parametry typu
- TOther
Parametry
- value
- TOther
- result
- SByte
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.