UInt16.IUnaryPlusOperators<UInt16,UInt16>.UnaryPlus(UInt16) Opérateur
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.
Calcule le plus unaire d’une valeur.
static System::UInt16 System.Numerics.IUnaryPlusOperators<System.UInt16,System.UInt16>.operator +(System::UInt16 value) = System::Numerics::IUnaryPlusOperators<System::UInt16, System::UInt16>::op_UnaryPlus;
static ushort IUnaryPlusOperators<ushort,ushort>.operator + (ushort value);
static member ( ~+ ) : uint16 -> uint16
Shared Operator + (value As UShort) As UShort Implements IUnaryPlusOperators(Of UShort, UShort).op_UnaryPlus
Paramètres
- value
- UInt16
Valeur pour laquelle calculer le plus unaire.
Retours
Plus unaire de value
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.