Int128.INumberBase<Int128>.TryConvertFromSaturating<TOther> Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Int128>.TryConvertFromSaturating(TOther value, [Runtime::InteropServices::Out] Int128 % result) = System::Numerics::INumberBase<Int128>::TryConvertFromSaturating;
C#
static bool INumberBase<Int128>.TryConvertFromSaturating<TOther>(TOther value, out Int128 result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Int128>.TryConvertFromSaturating : 'Other * Int128 -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertFromSaturating(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As Int128) As Boolean Implements INumberBase(Of Int128).TryConvertFromSaturating
- TOther
- value
- TOther
- result
- Int128
Продукт | Версії |
---|---|
.NET | 7, 8, 9, 10 |
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: