UInt128.INumberBase<UInt128>.MaxMagnitude(UInt128, UInt128) Method
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.
Compares two values to compute which is greater.
static UInt128 System.Numerics.INumberBase<System.UInt128>.MaxMagnitude(UInt128 x, UInt128 y) = System::Numerics::INumberBase<UInt128>::MaxMagnitude;
C#
static UInt128 INumberBase<UInt128>.MaxMagnitude(UInt128 x, UInt128 y);
static member System.Numerics.INumberBase<System.UInt128>.MaxMagnitude : UInt128 * UInt128 -> UInt128
Shared Function MaxMagnitude (x As UInt128, y As UInt128) As UInt128 Implements INumberBase(Of UInt128).MaxMagnitude
- x
- UInt128
The value to compare with y
.
- y
- UInt128
The value to compare with x
.
x
if it is greater than y
; otherwise, y
.
Product | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: