NFloat.Multiply(NFloat, NFloat) 運算子

定義

將兩個值相乘以計算其乘積。

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

參數

left
NFloat

乘以的值 right

right
NFloat

乘以 left 的值。

傳回

乘以 rightleft 乘積。

實作

適用於