BigInteger.INumberBase<BigInteger>.MultiplyAddEstimate Yöntem
Tanım
Ö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::Numerics::BigInteger System.Numerics.INumberBase<System.Numerics.BigInteger>.MultiplyAddEstimate(System::Numerics::BigInteger left, System::Numerics::BigInteger right, System::Numerics::BigInteger addend) = System::Numerics::INumberBase<System::Numerics::BigInteger>::MultiplyAddEstimate;
static System.Numerics.BigInteger INumberBase<BigInteger>.MultiplyAddEstimate (System.Numerics.BigInteger left, System.Numerics.BigInteger right, System.Numerics.BigInteger addend);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.MultiplyAddEstimate : System.Numerics.BigInteger * System.Numerics.BigInteger * System.Numerics.BigInteger -> System.Numerics.BigInteger
Shared Function MultiplyAddEstimate (left As BigInteger, right As BigInteger, addend As BigInteger) As BigInteger Implements INumberBase(Of BigInteger).MultiplyAddEstimate
Parametreler
- left
- BigInteger
right
ile çarpılacak değer.
- right
- BigInteger
left
ile çarpılacak değer.
- addend
- BigInteger
left
sonucuna eklenecek değer right
ile çarpılır.
Döndürülenler
tahmini (left
* right
) + addend
.
Uygulamalar
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.