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

Definición

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

Parámetros de tipo

TOther

Parámetros

value
TOther
result
NFloat

Devoluciones

Se aplica a