UInt64.INumberBase<UInt64>.MultiplyAddEstimate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes an estimate of (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
Parameters
- left
- UInt64
The value to be multiplied with right
.
- right
- UInt64
The value to be multiplied with left
.
- addend
- UInt64
The value to be added to the result of left
multiplied by right
.
Returns
An estimate of (left
* right
) + addend
.
Implements
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.