Aracılığıyla paylaş


NFloat.Modulus(NFloat, NFloat) Operatör

Tanım

Kalan değerlerini hesaplamak için iki değeri birbirine böler.

public:
 static System::Runtime::InteropServices::NFloat operator %(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IModulusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Modulus;
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 Mod (left As NFloat, right As NFloat) As NFloat

Parametreler

left
NFloat

Bölünen right değer.

right
NFloat

öğesini bölen değer.left

Döndürülenler

öğesinin left kalanı ile rightbölünür.

Uygulamalar

Şunlara uygulanır