Decimal128.INumberBase<Decimal128>.TryConvertToSaturating<TOther> Method

Definition

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

Type Parameters

TOther

Parameters

value
Decimal128
result
TOther

Returns

Implements

Applies to