NFloat.Multiply(NFloat, NFloat) 演算子

定義

2 つの値を乗算して製品を計算します。

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積。

実装

適用対象