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的值。

返回

right以 的left乘积。

实现

适用于