Single.CreateChecked<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, lève une exception de dépassement de capacité pour 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 float CreateChecked(TOther value) = System::Numerics::INumberBase<float>::CreateChecked;
public static float CreateChecked<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateChecked : 'Other -> single (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateChecked(Of TOther As INumberBase(Of TOther)) (value As TOther) As Single
- TOther
Type d'élément value
.
- value
- TOther
Valeur utilisée pour créer le instance de TSelf
.
Instance de TSelf
créée à partir de value
.
Produit | Versions |
---|---|
.NET | 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :