Int32.INumberBase<Int32>.TryConvertFromSaturating<TOther> Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- TOther
- value
- TOther
- result
- Int32
Produto | Versões |
---|---|
.NET | 7, 8, 9 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: