NFloat.Multiply(NFloat, NFloat) Operatör

Tanım

Ürünlerini hesaplamak için iki değeri birlikte çarpar.

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

Parametreler

left
NFloat

Çarpan değer right .

right
NFloat

ile çarpan leftdeğer.

Döndürülenler

çarpım çarpımı leftright.

Uygulamalar

Şunlara uygulanır