Decimal64.INumberBase<Decimal64>.TryConvertFromSaturating<TOther> Method

Definition

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

Type Parameters

TOther

Parameters

value
TOther
result
Decimal64

Returns

Applies to