Int32.INumberBase<Int32>.TryConvertFromSaturating<TOther> Metodo

Definizione

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

Parametri di tipo

TOther

Parametri

value
TOther
result
Int32

Restituisce

Si applica a