IShiftOperators<TSelf,TOther,TResult> Interface
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.
Définit un mécanisme de déplacement d’une valeur par une autre valeur.
generic <typename TSelf, typename TOther, typename TResult>
where TSelf : IShiftOperators<TSelf, TOther, TResult>public interface class IShiftOperators
public interface IShiftOperators<TSelf,TOther,TResult> where TSelf : IShiftOperators<TSelf,TOther,TResult>
type IShiftOperators<'Self, 'Other, 'Result (requires 'Self :> IShiftOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IShiftOperators(Of TSelf, TOther, TResult)
- TSelf
Type qui implémente cette interface.
- TOther
Type utilisé pour spécifier la quantité à TSelf
laquelle doit être décalé.
- TResult
Type qui contient le résultat du déplacement TSelf
par TResult
.
- Dérivé
Left |
Déplace une valeur laissée d’un montant donné. |
Right |
Déplace une valeur à droite d’un montant donné. |
Unsigned |
Déplace une valeur à droite d’un montant donné. |
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: