編輯

共用方式為


BigInteger.INumberBase<BigInteger>.MultiplyAddEstimate Method

Definition

 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

Parameters

left
BigInteger
right
BigInteger
addend
BigInteger

Returns

Implements

Applies to