NFloat.Multiply(NFloat, NFloat) Operator

Definition

Multiplicerar två värden tillsammans för att beräkna produkten.

public:
 static System::Runtime::InteropServices::NFloat operator *(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IMultiplyOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Multiply;
public static System.Runtime.InteropServices.NFloat operator *(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( * ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator * (left As NFloat, right As NFloat) As NFloat

Parametrar

left
NFloat

Värdet som right multipliceras.

right
NFloat

Värdet som multiplicerar left.

Returer

Produkten multiplicerad leftrightmed .

Implementeringar

Gäller för