NFloat.Multiply(NFloat, NFloat) Operátor

Definice

Vynásobí dvě hodnoty dohromady a vypočítá jejich součin.

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

Parametry

left
NFloat

Hodnota, která right se vynásobí.

right
NFloat

Hodnota, která vynásobí lefthodnotu .

Návraty

Součin funkce vynásobený left .right

Implementuje

Platí pro