Decimal32.INumberBase<Decimal32>.TryConvertFromChecked<TOther> Method

Definition

generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Numerics.Decimal32>.TryConvertFromChecked(TOther value, [Runtime::InteropServices::Out] System::Numerics::Decimal32 % result) = System::Numerics::INumberBase<System::Numerics::Decimal32>::TryConvertFromChecked;
static bool INumberBase<Decimal32>.TryConvertFromChecked<TOther>(TOther value, out System.Numerics.Decimal32 result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.Decimal32>.TryConvertFromChecked : 'Other * Decimal32 -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
 Shared Function TryConvertFromChecked(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As Decimal32) As Boolean Implements INumberBase(Of Decimal32).TryConvertFromChecked

Type Parameters

TOther

Parameters

value
TOther
result
Decimal32

Returns

Applies to