BigInteger.INumberBase<BigInteger>.TryConvertFromChecked<TOther> Method
Definition
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.Numerics.BigInteger>.TryConvertFromChecked(TOther value, [Runtime::InteropServices::Out] System::Numerics::BigInteger % result) = System::Numerics::INumberBase<System::Numerics::BigInteger>::TryConvertFromChecked;
static bool INumberBase<BigInteger>.TryConvertFromChecked<TOther> (TOther value, out System.Numerics.BigInteger result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.TryConvertFromChecked : 'Other * BigInteger -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertFromChecked(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As BigInteger) As Boolean Implements INumberBase(Of BigInteger).TryConvertFromChecked
Type Parameters
- TOther
Parameters
- value
- TOther
- result
- BigInteger
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.