Byte.INumberBase<Byte>.MultiplyAddEstimate(Byte, Byte, Byte) Yöntem
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
(left
* right
) + addend
tahminini hesaplar.
static System::Byte System.Numerics.INumberBase<System.Byte>.MultiplyAddEstimate(System::Byte left, System::Byte right, System::Byte addend) = System::Numerics::INumberBase<System::Byte>::MultiplyAddEstimate;
static byte INumberBase<byte>.MultiplyAddEstimate(byte left, byte right, byte addend);
static member System.Numerics.INumberBase<System.Byte>.MultiplyAddEstimate : byte * byte * byte -> byte
Shared Function MultiplyAddEstimate (left As Byte, right As Byte, addend As Byte) As Byte Implements INumberBase(Of Byte).MultiplyAddEstimate
- left
- Byte
right
ile çarpılacak değer.
- right
- Byte
left
ile çarpılacak değer.
- addend
- Byte
left
sonucuna eklenecek değer right
ile çarpılır.
tahmini (left
* right
) + addend
.
Ürün | Sürümler |
---|---|
.NET | 9, 10 |
.NET geri bildirimi
.NET, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: