BigInteger.CreateSaturating<TOther>(TOther) Méthode
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.
Crée une instance du type actuel à partir d’une valeur, saturant toutes les valeurs qui se trouvent en dehors de la plage représentable du type actuel.
public:
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static System::Numerics::BigInteger CreateSaturating(TOther value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::CreateSaturating;
public static System.Numerics.BigInteger CreateSaturating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateSaturating : 'Other -> System.Numerics.BigInteger (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateSaturating(Of TOther As INumberBase(Of TOther)) (value As TOther) As BigInteger
- TOther
Type d'élément value
.
- value
- TOther
Valeur utilisée pour créer le instance de TSelf
.
Un instance de TSelf
créé à partir de value
, saturant si value
se situe en dehors de la plage représentable de TSelf
.
Produit | Versions |
---|---|
.NET | 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :