Decimal128.INumberBase<Decimal128>.TryConvertFromTruncating<TOther> Method

Definition

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

Type Parameters

TOther

Parameters

value
TOther
result
Decimal128

Returns

Applies to