IDivisionOperators<TSelf,TOther,TResult> Antarmuka

Definisi

Menentukan mekanisme untuk menghitung kuota dua nilai.

generic <typename TSelf, typename TOther, typename TResult>
 where TSelf : IDivisionOperators<TSelf, TOther, TResult>public interface class IDivisionOperators
public interface IDivisionOperators<TSelf,TOther,TResult> where TSelf : IDivisionOperators<TSelf,TOther,TResult>
type IDivisionOperators<'Self, 'Other, 'Result (requires 'Self :> IDivisionOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IDivisionOperators(Of TSelf, TOther, TResult)

Jenis parameter

TSelf

Jenis yang mengimplementasikan antarmuka ini.

TOther

Jenis yang akan membagi TSelf.

TResult

Jenis yang berisi kuota dan TSelfTOther.

Turunan

Operator

Nama Deskripsi
CheckedDivision(TSelf, TOther)

Membagi dua nilai bersama-sama untuk menghitung kuotanya.

Division(TSelf, TOther)

Membagi satu nilai dengan nilai lainnya untuk menghitung kuotanya.

Berlaku untuk