UInt64.INumberBase<UInt64>.MultiplyAddEstimate Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Beräknar en uppskattning av (left * right) + addend.
static System::UInt64 System.Numerics.INumberBase<System.UInt64>.MultiplyAddEstimate(System::UInt64 left, System::UInt64 right, System::UInt64 addend) = System::Numerics::INumberBase<System::UInt64>::MultiplyAddEstimate;
static ulong INumberBase<ulong>.MultiplyAddEstimate(ulong left, ulong right, ulong addend);
static member System.Numerics.INumberBase<System.UInt64>.MultiplyAddEstimate : uint64 * uint64 * uint64 -> uint64
Shared Function MultiplyAddEstimate (left As ULong, right As ULong, addend As ULong) As ULong Implements INumberBase(Of ULong).MultiplyAddEstimate
Parametrar
- left
- UInt64
Värdet som ska multipliceras med right.
- right
- UInt64
Värdet som ska multipliceras med left.
- addend
- UInt64
Värdet som ska läggas till i resultatet multiplicerat leftrightmed .
Returer
En uppskattning av (left * right) + addend.