NFloat.INumberBase<NFloat>.TryConvertFromTruncating<TOther> Método

Definição

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

Parâmetros de Tipo Genérico

TOther

Parâmetros

value
TOther
result
NFloat

Devoluções

Aplica-se a