Decimal64.INumberBase<Decimal64>.TryConvertToTruncating<TOther> Method

Definition

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

Type Parameters

TOther

Parameters

value
Decimal64
result
TOther

Returns

Implements

Applies to