UInt16.IMultiplyOperators<UInt16,UInt16,UInt16>.Multiply Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Multiplicerar två värden tillsammans för att beräkna produkten.
static System::UInt16 System.Numerics.IMultiplyOperators<System.UInt16,System.UInt16,System.UInt16>.operator *(System::UInt16 left, System::UInt16 right) = System::Numerics::IMultiplyOperators<System::UInt16, System::UInt16, System::UInt16>::op_Multiply;
static ushort IMultiplyOperators<ushort,ushort,ushort>.operator *(ushort left, ushort right);
static member ( * ) : uint16 * uint16 -> uint16
Shared Operator * (left As UShort, right As UShort) As UShort Implements IMultiplyOperators(Of UShort, UShort, UShort).op_Multiply
Parametrar
- left
- UInt16
Värdet som right multipliceras.
- right
- UInt16
Värdet som multiplicerar left.
Returer
Produkten multiplicerad leftrightmed .