UInt128 結構

定義

重要

此 API 不符合 CLS 規範。

表示 128 位不帶正負號的整數。

public value class UInt128 : IComparable<UInt128>, IEquatable<UInt128>, IParsable<UInt128>, ISpanParsable<UInt128>, System::Numerics::IAdditionOperators<UInt128, UInt128, UInt128>, System::Numerics::IAdditiveIdentity<UInt128, UInt128>, System::Numerics::IBinaryInteger<UInt128>, System::Numerics::IBinaryNumber<UInt128>, System::Numerics::IBitwiseOperators<UInt128, UInt128, UInt128>, System::Numerics::IComparisonOperators<UInt128, UInt128, bool>, System::Numerics::IDecrementOperators<UInt128>, System::Numerics::IDivisionOperators<UInt128, UInt128, UInt128>, System::Numerics::IEqualityOperators<UInt128, UInt128, bool>, System::Numerics::IIncrementOperators<UInt128>, System::Numerics::IMinMaxValue<UInt128>, System::Numerics::IModulusOperators<UInt128, UInt128, UInt128>, System::Numerics::IMultiplicativeIdentity<UInt128, UInt128>, System::Numerics::IMultiplyOperators<UInt128, UInt128, UInt128>, System::Numerics::INumber<UInt128>, System::Numerics::INumberBase<UInt128>, System::Numerics::IShiftOperators<UInt128, int, UInt128>, System::Numerics::ISubtractionOperators<UInt128, UInt128, UInt128>, System::Numerics::IUnaryNegationOperators<UInt128, UInt128>, System::Numerics::IUnaryPlusOperators<UInt128, UInt128>, System::Numerics::IUnsignedNumber<UInt128>
public value class UInt128 : IComparable<UInt128>, IEquatable<UInt128>, IParsable<UInt128>, ISpanParsable<UInt128>, IUtf8SpanParsable<UInt128>, System::Numerics::IAdditionOperators<UInt128, UInt128, UInt128>, System::Numerics::IAdditiveIdentity<UInt128, UInt128>, System::Numerics::IBinaryInteger<UInt128>, System::Numerics::IBinaryNumber<UInt128>, System::Numerics::IBitwiseOperators<UInt128, UInt128, UInt128>, System::Numerics::IComparisonOperators<UInt128, UInt128, bool>, System::Numerics::IDecrementOperators<UInt128>, System::Numerics::IDivisionOperators<UInt128, UInt128, UInt128>, System::Numerics::IEqualityOperators<UInt128, UInt128, bool>, System::Numerics::IIncrementOperators<UInt128>, System::Numerics::IMinMaxValue<UInt128>, System::Numerics::IModulusOperators<UInt128, UInt128, UInt128>, System::Numerics::IMultiplicativeIdentity<UInt128, UInt128>, System::Numerics::IMultiplyOperators<UInt128, UInt128, UInt128>, System::Numerics::INumber<UInt128>, System::Numerics::INumberBase<UInt128>, System::Numerics::IShiftOperators<UInt128, int, UInt128>, System::Numerics::ISubtractionOperators<UInt128, UInt128, UInt128>, System::Numerics::IUnaryNegationOperators<UInt128, UInt128>, System::Numerics::IUnaryPlusOperators<UInt128, UInt128>, System::Numerics::IUnsignedNumber<UInt128>
[System.CLSCompliant(false)]
public readonly struct UInt128 : IComparable<UInt128>, IEquatable<UInt128>, IParsable<UInt128>, ISpanParsable<UInt128>, System.Numerics.IAdditionOperators<UInt128,UInt128,UInt128>, System.Numerics.IAdditiveIdentity<UInt128,UInt128>, System.Numerics.IBinaryInteger<UInt128>, System.Numerics.IBinaryNumber<UInt128>, System.Numerics.IBitwiseOperators<UInt128,UInt128,UInt128>, System.Numerics.IComparisonOperators<UInt128,UInt128,bool>, System.Numerics.IDecrementOperators<UInt128>, System.Numerics.IDivisionOperators<UInt128,UInt128,UInt128>, System.Numerics.IEqualityOperators<UInt128,UInt128,bool>, System.Numerics.IIncrementOperators<UInt128>, System.Numerics.IMinMaxValue<UInt128>, System.Numerics.IModulusOperators<UInt128,UInt128,UInt128>, System.Numerics.IMultiplicativeIdentity<UInt128,UInt128>, System.Numerics.IMultiplyOperators<UInt128,UInt128,UInt128>, System.Numerics.INumber<UInt128>, System.Numerics.INumberBase<UInt128>, System.Numerics.IShiftOperators<UInt128,int,UInt128>, System.Numerics.ISubtractionOperators<UInt128,UInt128,UInt128>, System.Numerics.IUnaryNegationOperators<UInt128,UInt128>, System.Numerics.IUnaryPlusOperators<UInt128,UInt128>, System.Numerics.IUnsignedNumber<UInt128>
[System.CLSCompliant(false)]
public readonly struct UInt128 : IComparable<UInt128>, IEquatable<UInt128>, IParsable<UInt128>, ISpanParsable<UInt128>, IUtf8SpanParsable<UInt128>, System.Numerics.IAdditionOperators<UInt128,UInt128,UInt128>, System.Numerics.IAdditiveIdentity<UInt128,UInt128>, System.Numerics.IBinaryInteger<UInt128>, System.Numerics.IBinaryNumber<UInt128>, System.Numerics.IBitwiseOperators<UInt128,UInt128,UInt128>, System.Numerics.IComparisonOperators<UInt128,UInt128,bool>, System.Numerics.IDecrementOperators<UInt128>, System.Numerics.IDivisionOperators<UInt128,UInt128,UInt128>, System.Numerics.IEqualityOperators<UInt128,UInt128,bool>, System.Numerics.IIncrementOperators<UInt128>, System.Numerics.IMinMaxValue<UInt128>, System.Numerics.IModulusOperators<UInt128,UInt128,UInt128>, System.Numerics.IMultiplicativeIdentity<UInt128,UInt128>, System.Numerics.IMultiplyOperators<UInt128,UInt128,UInt128>, System.Numerics.INumber<UInt128>, System.Numerics.INumberBase<UInt128>, System.Numerics.IShiftOperators<UInt128,int,UInt128>, System.Numerics.ISubtractionOperators<UInt128,UInt128,UInt128>, System.Numerics.IUnaryNegationOperators<UInt128,UInt128>, System.Numerics.IUnaryPlusOperators<UInt128,UInt128>, System.Numerics.IUnsignedNumber<UInt128>
[<System.CLSCompliant(false)>]
type UInt128 = struct
    interface IFormattable
    interface IParsable<UInt128>
    interface ISpanFormattable
    interface ISpanParsable<UInt128>
    interface IAdditionOperators<UInt128, UInt128, UInt128>
    interface IAdditiveIdentity<UInt128, UInt128>
    interface IBinaryInteger<UInt128>
    interface IBinaryNumber<UInt128>
    interface IBitwiseOperators<UInt128, UInt128, UInt128>
    interface IComparisonOperators<UInt128, UInt128, bool>
    interface IEqualityOperators<UInt128, UInt128, bool>
    interface IDecrementOperators<UInt128>
    interface IDivisionOperators<UInt128, UInt128, UInt128>
    interface IIncrementOperators<UInt128>
    interface IModulusOperators<UInt128, UInt128, UInt128>
    interface IMultiplicativeIdentity<UInt128, UInt128>
    interface IMultiplyOperators<UInt128, UInt128, UInt128>
    interface INumber<UInt128>
    interface INumberBase<UInt128>
    interface ISubtractionOperators<UInt128, UInt128, UInt128>
    interface IUnaryNegationOperators<UInt128, UInt128>
    interface IUnaryPlusOperators<UInt128, UInt128>
    interface IShiftOperators<UInt128, int, UInt128>
    interface IMinMaxValue<UInt128>
    interface IUnsignedNumber<UInt128>
[<System.CLSCompliant(false)>]
type UInt128 = struct
    interface IFormattable
    interface IParsable<UInt128>
    interface ISpanFormattable
    interface ISpanParsable<UInt128>
    interface IAdditionOperators<UInt128, UInt128, UInt128>
    interface IAdditiveIdentity<UInt128, UInt128>
    interface IBinaryInteger<UInt128>
    interface IBinaryNumber<UInt128>
    interface IBitwiseOperators<UInt128, UInt128, UInt128>
    interface IComparisonOperators<UInt128, UInt128, bool>
    interface IEqualityOperators<UInt128, UInt128, bool>
    interface IDecrementOperators<UInt128>
    interface IDivisionOperators<UInt128, UInt128, UInt128>
    interface IIncrementOperators<UInt128>
    interface IModulusOperators<UInt128, UInt128, UInt128>
    interface IMultiplicativeIdentity<UInt128, UInt128>
    interface IMultiplyOperators<UInt128, UInt128, UInt128>
    interface INumber<UInt128>
    interface INumberBase<UInt128>
    interface ISubtractionOperators<UInt128, UInt128, UInt128>
    interface IUnaryNegationOperators<UInt128, UInt128>
    interface IUnaryPlusOperators<UInt128, UInt128>
    interface IUtf8SpanFormattable
    interface IUtf8SpanParsable<UInt128>
    interface IShiftOperators<UInt128, int, UInt128>
    interface IMinMaxValue<UInt128>
    interface IUnsignedNumber<UInt128>
[<System.CLSCompliant(false)>]
type UInt128 = struct
    interface IFormattable
    interface IParsable<UInt128>
    interface ISpanFormattable
    interface ISpanParsable<UInt128>
    interface IUtf8SpanFormattable
    interface IUtf8SpanParsable<UInt128>
    interface IAdditionOperators<UInt128, UInt128, UInt128>
    interface IAdditiveIdentity<UInt128, UInt128>
    interface IBinaryInteger<UInt128>
    interface IBinaryNumber<UInt128>
    interface IBitwiseOperators<UInt128, UInt128, UInt128>
    interface IComparisonOperators<UInt128, UInt128, bool>
    interface IEqualityOperators<UInt128, UInt128, bool>
    interface IDecrementOperators<UInt128>
    interface IDivisionOperators<UInt128, UInt128, UInt128>
    interface IIncrementOperators<UInt128>
    interface IModulusOperators<UInt128, UInt128, UInt128>
    interface IMultiplicativeIdentity<UInt128, UInt128>
    interface IMultiplyOperators<UInt128, UInt128, UInt128>
    interface INumber<UInt128>
    interface INumberBase<UInt128>
    interface ISubtractionOperators<UInt128, UInt128, UInt128>
    interface IUnaryNegationOperators<UInt128, UInt128>
    interface IUnaryPlusOperators<UInt128, UInt128>
    interface IShiftOperators<UInt128, int, UInt128>
    interface IMinMaxValue<UInt128>
    interface IUnsignedNumber<UInt128>
Public Structure UInt128
Implements IAdditionOperators(Of UInt128, UInt128, UInt128), IAdditiveIdentity(Of UInt128, UInt128), IBinaryInteger(Of UInt128), IBinaryNumber(Of UInt128), IBitwiseOperators(Of UInt128, UInt128, UInt128), IComparable(Of UInt128), IComparisonOperators(Of UInt128, UInt128, Boolean), IDecrementOperators(Of UInt128), IDivisionOperators(Of UInt128, UInt128, UInt128), IEqualityOperators(Of UInt128, UInt128, Boolean), IEquatable(Of UInt128), IIncrementOperators(Of UInt128), IMinMaxValue(Of UInt128), IModulusOperators(Of UInt128, UInt128, UInt128), IMultiplicativeIdentity(Of UInt128, UInt128), IMultiplyOperators(Of UInt128, UInt128, UInt128), INumber(Of UInt128), INumberBase(Of UInt128), IParsable(Of UInt128), IShiftOperators(Of UInt128, Integer, UInt128), ISpanParsable(Of UInt128), ISubtractionOperators(Of UInt128, UInt128, UInt128), IUnaryNegationOperators(Of UInt128, UInt128), IUnaryPlusOperators(Of UInt128, UInt128), IUnsignedNumber(Of UInt128)
Public Structure UInt128
Implements IAdditionOperators(Of UInt128, UInt128, UInt128), IAdditiveIdentity(Of UInt128, UInt128), IBinaryInteger(Of UInt128), IBinaryNumber(Of UInt128), IBitwiseOperators(Of UInt128, UInt128, UInt128), IComparable(Of UInt128), IComparisonOperators(Of UInt128, UInt128, Boolean), IDecrementOperators(Of UInt128), IDivisionOperators(Of UInt128, UInt128, UInt128), IEqualityOperators(Of UInt128, UInt128, Boolean), IEquatable(Of UInt128), IIncrementOperators(Of UInt128), IMinMaxValue(Of UInt128), IModulusOperators(Of UInt128, UInt128, UInt128), IMultiplicativeIdentity(Of UInt128, UInt128), IMultiplyOperators(Of UInt128, UInt128, UInt128), INumber(Of UInt128), INumberBase(Of UInt128), IParsable(Of UInt128), IShiftOperators(Of UInt128, Integer, UInt128), ISpanParsable(Of UInt128), ISubtractionOperators(Of UInt128, UInt128, UInt128), IUnaryNegationOperators(Of UInt128, UInt128), IUnaryPlusOperators(Of UInt128, UInt128), IUnsignedNumber(Of UInt128), IUtf8SpanParsable(Of UInt128)
繼承
UInt128
屬性
實作
IComparable IComparable<UInt128> IComparable<TSelf> IEquatable<UInt128> IEquatable<TSelf> IFormattable IParsable<UInt128> IParsable<TSelf> ISpanFormattable ISpanParsable<UInt128> ISpanParsable<TSelf> IAdditionOperators<UInt128,UInt128,UInt128> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<UInt128,UInt128> IAdditiveIdentity<TSelf,TSelf> IBinaryInteger<UInt128> IBinaryNumber<UInt128> IBinaryNumber<TSelf> IBitwiseOperators<UInt128,UInt128,UInt128> IBitwiseOperators<TSelf,TSelf,TSelf> IComparisonOperators<UInt128,UInt128,Boolean> IComparisonOperators<TSelf,TSelf,Boolean> IDecrementOperators<UInt128> IDecrementOperators<TSelf> IDivisionOperators<UInt128,UInt128,UInt128> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<UInt128,UInt128,Boolean> IEqualityOperators<TSelf,TOther,TResult> IEqualityOperators<TSelf,TSelf,Boolean> IIncrementOperators<UInt128> IIncrementOperators<TSelf> IMinMaxValue<UInt128> IModulusOperators<UInt128,UInt128,UInt128> IModulusOperators<TSelf,TSelf,TSelf> IMultiplicativeIdentity<UInt128,UInt128> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<UInt128,UInt128,UInt128> IMultiplyOperators<TSelf,TSelf,TSelf> INumber<UInt128> INumber<TSelf> INumberBase<UInt128> INumberBase<TSelf> IShiftOperators<UInt128,Int32,UInt128> IShiftOperators<TSelf,Int32,TSelf> ISubtractionOperators<UInt128,UInt128,UInt128> ISubtractionOperators<TSelf,TSelf,TSelf> IUnaryNegationOperators<UInt128,UInt128> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<UInt128,UInt128> IUnaryPlusOperators<TSelf,TSelf> IUnsignedNumber<UInt128> IUtf8SpanFormattable IUtf8SpanParsable<UInt128> IUtf8SpanParsable<TSelf>

建構函式

UInt128(UInt64, UInt64)

初始化 UInt128 結構的新執行個體。

屬性

MaxValue

取得目前型別的最大值。

MinValue

取得目前型別的最小值。

One

取得型別的值 1

Zero

取得型別的值 0

方法

Clamp(UInt128, UInt128, UInt128)

將值限制為內含最小值和最大值。

CompareTo(Object)

將目前的執行個體與相同類型的另一個物件相比較,並傳回整數,這個整數表示目前的執行個體在排序次序中,位於另一個物件之前、之後或相同位置。

CompareTo(UInt128)

將目前的執行個體與相同類型的另一個物件相比較,並傳回整數,這個整數表示目前的執行個體在排序次序中,位於另一個物件之前、之後或相同位置。

CreateChecked<TOther>(TOther)

從值建立目前型別的實例,針對落在目前類型可表示範圍以外的任何值擲回溢位例外狀況。

CreateSaturating<TOther>(TOther)

從值建立目前型別的實例,使落在目前類型可表示範圍以外的任何值飽和。

CreateTruncating<TOther>(TOther)

從值建立目前型別的實例,截斷落在目前類型可表示範圍以外的任何值。

DivRem(UInt128, UInt128)

計算兩個值的商數和餘數。

Equals(Object)

判斷指定的物件是否等於目前的物件。

Equals(UInt128)

指出目前的物件是否等於另一個相同類型的物件。

GetHashCode()

做為預設雜湊函式。

IsEvenInteger(UInt128)

判斷值是否代表偶數整數。

IsOddInteger(UInt128)

判斷值是否代表奇數整數。

IsPow2(UInt128)

判斷值是否為兩個的乘冪。

LeadingZeroCount(UInt128)

計算值中的前置零數目。

Log2(UInt128)

計算值的 log2。

Max(UInt128, UInt128)

比較兩個值與大於的計算。

Min(UInt128, UInt128)

比較兩個值與比較較少的計算。

Parse(ReadOnlySpan<Byte>, IFormatProvider)

將 UTF-8 字元的範圍剖析為值。

Parse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider)

將 UTF-8 字元的範圍剖析為值。

Parse(ReadOnlySpan<Char>, IFormatProvider)

將字元範圍剖析為值。

Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)

將字元範圍剖析為值。

Parse(String)

將字串剖析成值。

Parse(String, IFormatProvider)

將字串剖析成值。

Parse(String, NumberStyles)

將字串剖析成值。

Parse(String, NumberStyles, IFormatProvider)

將字串剖析成值。

PopCount(UInt128)

計算值中所設定的位數。

RotateLeft(UInt128, Int32)

旋轉指定數量所留下的值。

RotateRight(UInt128, Int32)

以指定的數量向右旋轉值。

Sign(UInt128)

計算值的符號。

ToString()

傳回代表目前物件的字串。

ToString(IFormatProvider)

使用指定的特定文化特性格式資訊,將這個執行個體的數值轉換成它的相等字串表示。

ToString(String)

使用指定格式,將這個執行個體的數值轉換成它的相等字串表示。

ToString(String, IFormatProvider)

使用指定的格式,格式化目前執行個體的值。

TrailingZeroCount(UInt128)

計算值中尾端零的數目。

TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)

嘗試將目前實例的值格式化為 UTF-8 到提供的位元組範圍。

TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

嘗試將目前實例的值格式化為提供的字元範圍。

TryParse(ReadOnlySpan<Byte>, IFormatProvider, UInt128)

嘗試將 UTF-8 字元的範圍剖析為值。

TryParse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider, UInt128)

嘗試將 UTF-8 字元的範圍剖析為值。

TryParse(ReadOnlySpan<Byte>, UInt128)

嘗試將包含數位字串表示的 UTF-8 字元範圍轉換為其相等的 128 位不帶正負號的整數。

TryParse(ReadOnlySpan<Char>, IFormatProvider, UInt128)

嘗試將字串剖析成值。

TryParse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider, UInt128)

嘗試將字元範圍剖析為值。

TryParse(ReadOnlySpan<Char>, UInt128)

嘗試將字元範圍剖析為值。

TryParse(String, IFormatProvider, UInt128)

嘗試將字串剖析成值。

TryParse(String, NumberStyles, IFormatProvider, UInt128)

嘗試將字串剖析成值。

TryParse(String, UInt128)

嘗試將字串剖析成值。

運算子

Addition(UInt128, UInt128)

將兩個值加在一起,以計算其總和。

BitwiseAnd(UInt128, UInt128)

計算兩個值的位和 。

BitwiseOr(UInt128, UInt128)

計算兩個值的位或兩個值。

CheckedAddition(UInt128, UInt128)

將兩個值加在一起,以計算其總和。

CheckedDecrement(UInt128)

遞減值。

CheckedDivision(UInt128, UInt128)

將兩個值分割在一起,以計算其商數。

CheckedExplicit(Double)

表示 128 位不帶正負號的整數。

CheckedExplicit(Int16)

表示 128 位不帶正負號的整數。

CheckedExplicit(Int32)

表示 128 位不帶正負號的整數。

CheckedExplicit(Int64)

表示 128 位不帶正負號的整數。

CheckedExplicit(IntPtr)

表示 128 位不帶正負號的整數。

CheckedExplicit(SByte)

表示 128 位不帶正負號的整數。

CheckedExplicit(Single)

表示 128 位不帶正負號的整數。

CheckedExplicit(UInt128)

表示 128 位不帶正負號的整數。

CheckedIncrement(UInt128)

遞增值。

CheckedMultiply(UInt128, UInt128)

將兩個值相乘以計算其產品。

CheckedSubtraction(UInt128, UInt128)

減去兩個值來計算其差異。

CheckedUnaryNegation(UInt128)

計算值的一元負數。

Decrement(UInt128)

遞減值。

Division(UInt128, UInt128)

將兩個值分割在一起,以計算其商數。

Equality(UInt128, UInt128)

比較兩個值來判斷相等。

ExclusiveOr(UInt128, UInt128)

計算兩個值的獨佔或兩個值。

Explicit(Decimal to UInt128)

明確將值轉換成 Decimal 128 位不帶正負號的整數。

Explicit(Double to UInt128)

明確將值轉換成 Double 128 位不帶正負號的整數。

Explicit(Int16 to UInt128)

明確將值轉換成 Int16 128 位不帶正負號的整數。

Explicit(Int32 to UInt128)

明確將值轉換成 Int32 128 位不帶正負號的整數。

Explicit(Int64 to UInt128)

明確將值轉換成 Int64 128 位不帶正負號的整數。

Explicit(IntPtr to UInt128)

明確將值轉換成 IntPtr 128 位不帶正負號的整數。

Explicit(SByte to UInt128)

明確將值轉換成 SByte 128 位不帶正負號的整數。

Explicit(Single to UInt128)

明確將值轉換成 Single 128 位不帶正負號的整數。

Explicit(UInt128 to Byte)

明確將 128 位不帶正負號的整數轉換為 Byte 值。

Explicit(UInt128 to Char)

明確將 128 位不帶正負號的整數轉換為 Char 值。

Explicit(UInt128 to Decimal)

明確將 128 位不帶正負號的整數轉換為 Decimal 值。

Explicit(UInt128 to Double)

明確將 128 位不帶正負號的整數轉換為 Double 值。

Explicit(UInt128 to Half)

明確將 128 位不帶正負號的整數轉換為 Half 值。

Explicit(UInt128 to Int128)

明確將 128 位不帶正負號的整數轉換為 Int128 值。

Explicit(UInt128 to Int16)

明確將 128 位不帶正負號的整數轉換為 Int16 值。

Explicit(UInt128 to Int32)

明確將 128 位不帶正負號的整數轉換為 Int32 值。

Explicit(UInt128 to Int64)

明確將 128 位不帶正負號的整數轉換為 Int64 值。

Explicit(UInt128 to IntPtr)

明確將 128 位不帶正負號的整數轉換為 IntPtr 值。

Explicit(UInt128 to SByte)

明確將 128 位不帶正負號的整數轉換為 SByte 值。

Explicit(UInt128 to Single)

明確將 128 位不帶正負號的整數轉換為 Single 值。

Explicit(UInt128 to UInt16)

明確將 128 位不帶正負號的整數轉換為 UInt16 值。

Explicit(UInt128 to UInt32)

明確將 128 位不帶正負號的整數轉換為 UInt32 值。

Explicit(UInt128 to UInt64)

明確將 128 位不帶正負號的整數轉換為 UInt64 值。

Explicit(UInt128 to UIntPtr)

明確將 128 位不帶正負號的整數轉換為 UIntPtr 值。

GreaterThan(UInt128, UInt128)

比較兩個值,以判斷哪一個值更大。

GreaterThanOrEqual(UInt128, UInt128)

比較兩個值,以判斷哪一個值大於或相等。

Implicit(Byte to UInt128)

隱含地將值轉換成 Byte 128 位不帶正負號的整數。

Implicit(Char to UInt128)

隱含地將值轉換成 Char 128 位不帶正負號的整數。

Implicit(UInt16 to UInt128)

隱含地將值轉換成 UInt16 128 位不帶正負號的整數。

Implicit(UInt32 to UInt128)

隱含地將值轉換成 UInt32 128 位不帶正負號的整數。

Implicit(UInt64 to UInt128)

隱含地將值轉換成 UInt64 128 位不帶正負號的整數。

Implicit(UIntPtr to UInt128)

隱含地將值轉換成 UIntPtr 128 位不帶正負號的整數。

Increment(UInt128)

遞增值。

Inequality(UInt128, UInt128)

比較兩個值來判斷不相等。

LeftShift(UInt128, Int32)

將指定數量留下的值移位。

LessThan(UInt128, UInt128)

比較兩個值,以判斷哪一個值較少。

LessThanOrEqual(UInt128, UInt128)

比較兩個值,以判斷哪一個值小於或相等。

Modulus(UInt128, UInt128)

將兩個值分割在一起,以計算其模數或餘數。

Multiply(UInt128, UInt128)

將兩個值相乘以計算其產品。

OnesComplement(UInt128)

計算指定值的 ones-補數標記法。

RightShift(UInt128, Int32)

以指定的數量向右移位值。

Subtraction(UInt128, UInt128)

減去兩個值來計算其差異。

UnaryNegation(UInt128)

計算值的一元負數。

UnaryPlus(UInt128)

計算值的一元加號。

UnsignedRightShift(UInt128, Int32)

以指定的數量向右移位值。

明確介面實作

IAdditiveIdentity<UInt128,UInt128>.AdditiveIdentity

取得目前類型的加法識別。

IBinaryInteger<UInt128>.GetByteCount()

取得將寫入為 的 TryWriteLittleEndian(Span<Byte>, Int32) 位元組數目。

IBinaryInteger<UInt128>.GetShortestBitLength()

取得目前值之最短兩個補數標記法的長度,以位為單位。

IBinaryInteger<UInt128>.TryReadBigEndian(ReadOnlySpan<Byte>, Boolean, UInt128)

表示 128 位不帶正負號的整數。

IBinaryInteger<UInt128>.TryReadLittleEndian(ReadOnlySpan<Byte>, Boolean, UInt128)

表示 128 位不帶正負號的整數。

IBinaryInteger<UInt128>.TryWriteBigEndian(Span<Byte>, Int32)

嘗試以大到大到大的格式,將目前的值寫入指定的範圍。

IBinaryInteger<UInt128>.TryWriteLittleEndian(Span<Byte>, Int32)

嘗試以位元組端格式將目前的值寫入指定的範圍。

IBinaryNumber<UInt128>.AllBitsSet

取得已設定所有位的二進位型別實例。

IMultiplicativeIdentity<UInt128,UInt128>.MultiplicativeIdentity

取得目前型別的乘法識別。

INumber<UInt128>.CopySign(UInt128, UInt128)

將值的正負號複製到另一個值的正負號。

INumber<UInt128>.MaxNumber(UInt128, UInt128)

比較兩個值與計算,如果輸入為 NaN ,則會傳回另一個值。

INumber<UInt128>.MinNumber(UInt128, UInt128)

比較兩個值與計算,如果輸入 NaN 為 ,則會傳回另一個值。

INumberBase<UInt128>.Abs(UInt128)

計算值的絕對值。

INumberBase<UInt128>.IsCanonical(UInt128)

判斷值是否在其標準標記法中。

INumberBase<UInt128>.IsComplexNumber(UInt128)

判斷值是否代表複數。

INumberBase<UInt128>.IsFinite(UInt128)

判斷值是否有限。

INumberBase<UInt128>.IsImaginaryNumber(UInt128)

判斷值是否代表純虛數。

INumberBase<UInt128>.IsInfinity(UInt128)

判斷值是否為無限。

INumberBase<UInt128>.IsInteger(UInt128)

判斷值是否代表整數。

INumberBase<UInt128>.IsNaN(UInt128)

判斷值是否為 NaN。

INumberBase<UInt128>.IsNegative(UInt128)

判斷值是否為負值。

INumberBase<UInt128>.IsNegativeInfinity(UInt128)

判斷值是否為負無限大。

INumberBase<UInt128>.IsNormal(UInt128)

判斷值是否正常。

INumberBase<UInt128>.IsPositive(UInt128)

判斷值是否為正數。

INumberBase<UInt128>.IsPositiveInfinity(UInt128)

判斷值是否為正無限大。

INumberBase<UInt128>.IsRealNumber(UInt128)

判斷值是否代表實數。

INumberBase<UInt128>.IsSubnormal(UInt128)

判斷值是否為次正常。

INumberBase<UInt128>.IsZero(UInt128)

判斷值是否為零。

INumberBase<UInt128>.MaxMagnitude(UInt128, UInt128)

比較兩個值與大於的計算。

INumberBase<UInt128>.MaxMagnitudeNumber(UInt128, UInt128)

比較兩個值與具有較大大小的計算,如果輸入為 NaN ,則會傳回另一個值。

INumberBase<UInt128>.MinMagnitude(UInt128, UInt128)

比較兩個值與比較較少的計算。

INumberBase<UInt128>.MinMagnitudeNumber(UInt128, UInt128)

比較兩個值與計算,其大小較小,如果輸入為 NaN ,則會傳回另一個值。

INumberBase<UInt128>.Radix

取得類型的基數或基底。

INumberBase<UInt128>.TryConvertFromChecked<TOther>(TOther, UInt128)

表示 128 位不帶正負號的整數。

INumberBase<UInt128>.TryConvertFromSaturating<TOther>(TOther, UInt128)

表示 128 位不帶正負號的整數。

INumberBase<UInt128>.TryConvertFromTruncating<TOther>(TOther, UInt128)

表示 128 位不帶正負號的整數。

INumberBase<UInt128>.TryConvertToChecked<TOther>(UInt128, TOther)

嘗試將目前類型的實例轉換成另一個類型,針對落在目前類型可表示範圍以外的任何值擲回溢位例外狀況。

INumberBase<UInt128>.TryConvertToSaturating<TOther>(UInt128, TOther)

嘗試將目前類型的實例轉換成另一種類型,使落在目前類型可表示範圍以外的任何值飽和。

INumberBase<UInt128>.TryConvertToTruncating<TOther>(UInt128, TOther)

嘗試將目前類型的實例轉換成另一個類型,截斷落在目前類型可表示範圍以外的任何值。

適用於