Byte.IMultiplyOperators<Byte,Byte,Byte>.Multiply(Byte, Byte) Opérateur
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.
Multiplie deux valeurs ensemble pour calculer leur produit.
static System::Byte System.Numerics.IMultiplyOperators<System.Byte,System.Byte,System.Byte>.operator *(System::Byte left, System::Byte right) = System::Numerics::IMultiplyOperators<System::Byte, System::Byte, System::Byte>::op_Multiply;
static byte IMultiplyOperators<byte,byte,byte>.operator *(byte left, byte right);
static member ( * ) : byte * byte -> byte
Shared Operator * (left As Byte, right As Byte) As Byte Implements IMultiplyOperators(Of Byte, Byte, Byte).op_Multiply
- left
- Byte
Valeur qui right
se multiplie.
- right
- Byte
Valeur qui multiplie left
.
Produit de left
multiplié par right
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: