Half.Multiply(Half, Half) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Multiplies two values together to compute their product.
public:
static Half operator *(Half left, Half right) = System::Numerics::IMultiplyOperators<Half, Half, Half>::op_Multiply;
public static Half operator * (Half left, Half right);
static member ( * ) : Half * Half -> Half
Public Shared Operator * (left As Half, right As Half) As Half
Parameters
- left
- Half
The value which right
multiplies.
- right
- Half
The value which multiplies left
.
Returns
The product of left
multiplied-by right
.
Implements
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.