UInt128.INumberBase<UInt128>.TryConvertToSaturating<TOther> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de convertir une instance du type actuel en un autre type, en saturant toutes les valeurs qui se trouvent en dehors de la plage représentable du type actuel.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.UInt128>.TryConvertToSaturating(UInt128 value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<UInt128>::TryConvertToSaturating;
static bool INumberBase<UInt128>.TryConvertToSaturating<TOther> (UInt128 value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.UInt128>.TryConvertToSaturating : UInt128 * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertToSaturating(Of TOther As INumberBase(Of TOther)) (value As UInt128, ByRef result As TOther) As Boolean Implements INumberBase(Of UInt128).TryConvertToSaturating
Paramètres de type
- TOther
Type vers lequel value
doit être converti.
Paramètres
- value
- UInt128
Valeur utilisée pour créer le instance de TOther
.
- result
- TOther
Lorsque cette méthode est retournée, contient un instance de TOther
converti à partir de value
.
Retours
false
si TOther
n’est pas pris en charge ; sinon, true
.