UInt32.IModulusOperators<UInt32,UInt32,UInt32>.Modulus Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの値を除算して、剰余または剰余を計算します。
static System::UInt32 System.Numerics.IModulusOperators<System.UInt32,System.UInt32,System.UInt32>.operator %(System::UInt32 left, System::UInt32 right) = System::Numerics::IModulusOperators<System::UInt32, System::UInt32, System::UInt32>::op_Modulus;
static uint IModulusOperators<uint,uint,uint>.operator % (uint left, uint right);
static member ( % ) : uint32 * uint32 -> uint32
Shared Operator Mod (left As UInteger, right As UInteger) As UInteger Implements IModulusOperators(Of UInteger, UInteger, UInteger).op_Modulus
パラメーター
- left
- UInt32
除算する right
値。
- right
- UInt32
を除算する left
値。
戻り値
の剰余を で除算したright
剰余left
。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET