Bagikan melalui


Int128 Struktur

Definisi

Mewakili bilangan bulat bertanda tangan 128-bit.

public value class Int128 : IComparable<Int128>, IEquatable<Int128>, IParsable<Int128>, ISpanParsable<Int128>, System::Numerics::IAdditionOperators<Int128, Int128, Int128>, System::Numerics::IAdditiveIdentity<Int128, Int128>, System::Numerics::IBinaryInteger<Int128>, System::Numerics::IBinaryNumber<Int128>, System::Numerics::IBitwiseOperators<Int128, Int128, Int128>, System::Numerics::IComparisonOperators<Int128, Int128, bool>, System::Numerics::IDecrementOperators<Int128>, System::Numerics::IDivisionOperators<Int128, Int128, Int128>, System::Numerics::IEqualityOperators<Int128, Int128, bool>, System::Numerics::IIncrementOperators<Int128>, System::Numerics::IMinMaxValue<Int128>, System::Numerics::IModulusOperators<Int128, Int128, Int128>, System::Numerics::IMultiplicativeIdentity<Int128, Int128>, System::Numerics::IMultiplyOperators<Int128, Int128, Int128>, System::Numerics::INumber<Int128>, System::Numerics::INumberBase<Int128>, System::Numerics::IShiftOperators<Int128, int, Int128>, System::Numerics::ISignedNumber<Int128>, System::Numerics::ISubtractionOperators<Int128, Int128, Int128>, System::Numerics::IUnaryNegationOperators<Int128, Int128>, System::Numerics::IUnaryPlusOperators<Int128, Int128>
public value class Int128 : IComparable<Int128>, IEquatable<Int128>, IParsable<Int128>, ISpanParsable<Int128>, IUtf8SpanParsable<Int128>, System::Numerics::IAdditionOperators<Int128, Int128, Int128>, System::Numerics::IAdditiveIdentity<Int128, Int128>, System::Numerics::IBinaryInteger<Int128>, System::Numerics::IBinaryNumber<Int128>, System::Numerics::IBitwiseOperators<Int128, Int128, Int128>, System::Numerics::IComparisonOperators<Int128, Int128, bool>, System::Numerics::IDecrementOperators<Int128>, System::Numerics::IDivisionOperators<Int128, Int128, Int128>, System::Numerics::IEqualityOperators<Int128, Int128, bool>, System::Numerics::IIncrementOperators<Int128>, System::Numerics::IMinMaxValue<Int128>, System::Numerics::IModulusOperators<Int128, Int128, Int128>, System::Numerics::IMultiplicativeIdentity<Int128, Int128>, System::Numerics::IMultiplyOperators<Int128, Int128, Int128>, System::Numerics::INumber<Int128>, System::Numerics::INumberBase<Int128>, System::Numerics::IShiftOperators<Int128, int, Int128>, System::Numerics::ISignedNumber<Int128>, System::Numerics::ISubtractionOperators<Int128, Int128, Int128>, System::Numerics::IUnaryNegationOperators<Int128, Int128>, System::Numerics::IUnaryPlusOperators<Int128, Int128>
public readonly struct Int128 : IComparable<Int128>, IEquatable<Int128>, IParsable<Int128>, ISpanParsable<Int128>, System.Numerics.IAdditionOperators<Int128,Int128,Int128>, System.Numerics.IAdditiveIdentity<Int128,Int128>, System.Numerics.IBinaryInteger<Int128>, System.Numerics.IBinaryNumber<Int128>, System.Numerics.IBitwiseOperators<Int128,Int128,Int128>, System.Numerics.IComparisonOperators<Int128,Int128,bool>, System.Numerics.IDecrementOperators<Int128>, System.Numerics.IDivisionOperators<Int128,Int128,Int128>, System.Numerics.IEqualityOperators<Int128,Int128,bool>, System.Numerics.IIncrementOperators<Int128>, System.Numerics.IMinMaxValue<Int128>, System.Numerics.IModulusOperators<Int128,Int128,Int128>, System.Numerics.IMultiplicativeIdentity<Int128,Int128>, System.Numerics.IMultiplyOperators<Int128,Int128,Int128>, System.Numerics.INumber<Int128>, System.Numerics.INumberBase<Int128>, System.Numerics.IShiftOperators<Int128,int,Int128>, System.Numerics.ISignedNumber<Int128>, System.Numerics.ISubtractionOperators<Int128,Int128,Int128>, System.Numerics.IUnaryNegationOperators<Int128,Int128>, System.Numerics.IUnaryPlusOperators<Int128,Int128>
public readonly struct Int128 : IComparable<Int128>, IEquatable<Int128>, IParsable<Int128>, ISpanParsable<Int128>, IUtf8SpanParsable<Int128>, System.Numerics.IAdditionOperators<Int128,Int128,Int128>, System.Numerics.IAdditiveIdentity<Int128,Int128>, System.Numerics.IBinaryInteger<Int128>, System.Numerics.IBinaryNumber<Int128>, System.Numerics.IBitwiseOperators<Int128,Int128,Int128>, System.Numerics.IComparisonOperators<Int128,Int128,bool>, System.Numerics.IDecrementOperators<Int128>, System.Numerics.IDivisionOperators<Int128,Int128,Int128>, System.Numerics.IEqualityOperators<Int128,Int128,bool>, System.Numerics.IIncrementOperators<Int128>, System.Numerics.IMinMaxValue<Int128>, System.Numerics.IModulusOperators<Int128,Int128,Int128>, System.Numerics.IMultiplicativeIdentity<Int128,Int128>, System.Numerics.IMultiplyOperators<Int128,Int128,Int128>, System.Numerics.INumber<Int128>, System.Numerics.INumberBase<Int128>, System.Numerics.IShiftOperators<Int128,int,Int128>, System.Numerics.ISignedNumber<Int128>, System.Numerics.ISubtractionOperators<Int128,Int128,Int128>, System.Numerics.IUnaryNegationOperators<Int128,Int128>, System.Numerics.IUnaryPlusOperators<Int128,Int128>
type Int128 = struct
    interface IFormattable
    interface IParsable<Int128>
    interface ISpanFormattable
    interface ISpanParsable<Int128>
    interface IAdditionOperators<Int128, Int128, Int128>
    interface IAdditiveIdentity<Int128, Int128>
    interface IBinaryInteger<Int128>
    interface IBinaryNumber<Int128>
    interface IBitwiseOperators<Int128, Int128, Int128>
    interface IComparisonOperators<Int128, Int128, bool>
    interface IEqualityOperators<Int128, Int128, bool>
    interface IDecrementOperators<Int128>
    interface IDivisionOperators<Int128, Int128, Int128>
    interface IIncrementOperators<Int128>
    interface IModulusOperators<Int128, Int128, Int128>
    interface IMultiplicativeIdentity<Int128, Int128>
    interface IMultiplyOperators<Int128, Int128, Int128>
    interface INumber<Int128>
    interface INumberBase<Int128>
    interface ISubtractionOperators<Int128, Int128, Int128>
    interface IUnaryNegationOperators<Int128, Int128>
    interface IUnaryPlusOperators<Int128, Int128>
    interface IShiftOperators<Int128, int, Int128>
    interface IMinMaxValue<Int128>
    interface ISignedNumber<Int128>
type Int128 = struct
    interface IFormattable
    interface IParsable<Int128>
    interface ISpanFormattable
    interface ISpanParsable<Int128>
    interface IAdditionOperators<Int128, Int128, Int128>
    interface IAdditiveIdentity<Int128, Int128>
    interface IBinaryInteger<Int128>
    interface IBinaryNumber<Int128>
    interface IBitwiseOperators<Int128, Int128, Int128>
    interface IComparisonOperators<Int128, Int128, bool>
    interface IEqualityOperators<Int128, Int128, bool>
    interface IDecrementOperators<Int128>
    interface IDivisionOperators<Int128, Int128, Int128>
    interface IIncrementOperators<Int128>
    interface IModulusOperators<Int128, Int128, Int128>
    interface IMultiplicativeIdentity<Int128, Int128>
    interface IMultiplyOperators<Int128, Int128, Int128>
    interface INumber<Int128>
    interface INumberBase<Int128>
    interface ISubtractionOperators<Int128, Int128, Int128>
    interface IUnaryNegationOperators<Int128, Int128>
    interface IUnaryPlusOperators<Int128, Int128>
    interface IUtf8SpanFormattable
    interface IUtf8SpanParsable<Int128>
    interface IShiftOperators<Int128, int, Int128>
    interface IMinMaxValue<Int128>
    interface ISignedNumber<Int128>
type Int128 = struct
    interface IFormattable
    interface IParsable<Int128>
    interface ISpanFormattable
    interface ISpanParsable<Int128>
    interface IUtf8SpanFormattable
    interface IUtf8SpanParsable<Int128>
    interface IAdditionOperators<Int128, Int128, Int128>
    interface IAdditiveIdentity<Int128, Int128>
    interface IBinaryInteger<Int128>
    interface IBinaryNumber<Int128>
    interface IBitwiseOperators<Int128, Int128, Int128>
    interface IComparisonOperators<Int128, Int128, bool>
    interface IEqualityOperators<Int128, Int128, bool>
    interface IDecrementOperators<Int128>
    interface IDivisionOperators<Int128, Int128, Int128>
    interface IIncrementOperators<Int128>
    interface IModulusOperators<Int128, Int128, Int128>
    interface IMultiplicativeIdentity<Int128, Int128>
    interface IMultiplyOperators<Int128, Int128, Int128>
    interface INumber<Int128>
    interface INumberBase<Int128>
    interface ISubtractionOperators<Int128, Int128, Int128>
    interface IUnaryNegationOperators<Int128, Int128>
    interface IUnaryPlusOperators<Int128, Int128>
    interface IShiftOperators<Int128, int, Int128>
    interface IMinMaxValue<Int128>
    interface ISignedNumber<Int128>
Public Structure Int128
Implements IAdditionOperators(Of Int128, Int128, Int128), IAdditiveIdentity(Of Int128, Int128), IBinaryInteger(Of Int128), IBinaryNumber(Of Int128), IBitwiseOperators(Of Int128, Int128, Int128), IComparable(Of Int128), IComparisonOperators(Of Int128, Int128, Boolean), IDecrementOperators(Of Int128), IDivisionOperators(Of Int128, Int128, Int128), IEqualityOperators(Of Int128, Int128, Boolean), IEquatable(Of Int128), IIncrementOperators(Of Int128), IMinMaxValue(Of Int128), IModulusOperators(Of Int128, Int128, Int128), IMultiplicativeIdentity(Of Int128, Int128), IMultiplyOperators(Of Int128, Int128, Int128), INumber(Of Int128), INumberBase(Of Int128), IParsable(Of Int128), IShiftOperators(Of Int128, Integer, Int128), ISignedNumber(Of Int128), ISpanParsable(Of Int128), ISubtractionOperators(Of Int128, Int128, Int128), IUnaryNegationOperators(Of Int128, Int128), IUnaryPlusOperators(Of Int128, Int128)
Public Structure Int128
Implements IAdditionOperators(Of Int128, Int128, Int128), IAdditiveIdentity(Of Int128, Int128), IBinaryInteger(Of Int128), IBinaryNumber(Of Int128), IBitwiseOperators(Of Int128, Int128, Int128), IComparable(Of Int128), IComparisonOperators(Of Int128, Int128, Boolean), IDecrementOperators(Of Int128), IDivisionOperators(Of Int128, Int128, Int128), IEqualityOperators(Of Int128, Int128, Boolean), IEquatable(Of Int128), IIncrementOperators(Of Int128), IMinMaxValue(Of Int128), IModulusOperators(Of Int128, Int128, Int128), IMultiplicativeIdentity(Of Int128, Int128), IMultiplyOperators(Of Int128, Int128, Int128), INumber(Of Int128), INumberBase(Of Int128), IParsable(Of Int128), IShiftOperators(Of Int128, Integer, Int128), ISignedNumber(Of Int128), ISpanParsable(Of Int128), ISubtractionOperators(Of Int128, Int128, Int128), IUnaryNegationOperators(Of Int128, Int128), IUnaryPlusOperators(Of Int128, Int128), IUtf8SpanParsable(Of Int128)
Warisan
Int128
Penerapan
IComparable IComparable<Int128> IComparable<TSelf> IEquatable<Int128> IEquatable<TSelf> IFormattable IParsable<Int128> IParsable<TSelf> ISpanFormattable ISpanParsable<Int128> ISpanParsable<TSelf> IAdditionOperators<Int128,Int128,Int128> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<Int128,Int128> IAdditiveIdentity<TSelf,TSelf> IBinaryInteger<Int128> IBinaryNumber<Int128> IBinaryNumber<TSelf> IBitwiseOperators<Int128,Int128,Int128> IBitwiseOperators<TSelf,TSelf,TSelf> IComparisonOperators<Int128,Int128,Boolean> IComparisonOperators<TSelf,TSelf,Boolean> IDecrementOperators<Int128> IDecrementOperators<TSelf> IDivisionOperators<Int128,Int128,Int128> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<Int128,Int128,Boolean> IEqualityOperators<TSelf,TOther,TResult> IEqualityOperators<TSelf,TSelf,Boolean> IIncrementOperators<Int128> IIncrementOperators<TSelf> IMinMaxValue<Int128> IModulusOperators<Int128,Int128,Int128> IModulusOperators<TSelf,TSelf,TSelf> IMultiplicativeIdentity<Int128,Int128> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<Int128,Int128,Int128> IMultiplyOperators<TSelf,TSelf,TSelf> INumber<Int128> INumber<TSelf> INumberBase<Int128> INumberBase<TSelf> IShiftOperators<Int128,Int32,Int128> IShiftOperators<TSelf,Int32,TSelf> ISignedNumber<Int128> ISubtractionOperators<Int128,Int128,Int128> ISubtractionOperators<TSelf,TSelf,TSelf> IUnaryNegationOperators<Int128,Int128> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<Int128,Int128> IUnaryPlusOperators<TSelf,TSelf> IUtf8SpanFormattable IUtf8SpanParsable<Int128> IUtf8SpanParsable<TSelf>

Konstruktor

Int128(UInt64, UInt64)

Menginisialisasi instans baru dari struktur Int128.

Properti

MaxValue

Mendapatkan nilai maksimum dari jenis saat ini.

MinValue

Mendapatkan nilai minimum dari jenis saat ini.

NegativeOne

Mendapatkan nilai -1 untuk jenis tersebut.

One

Mendapatkan nilai 1 untuk jenis tersebut.

Zero

Mendapatkan nilai 0 untuk jenis tersebut.

Metode

Abs(Int128)

Menghitung absolut nilai.

Clamp(Int128, Int128, Int128)

Menjepit nilai ke nilai minimum dan maksimum inklusif.

CompareTo(Int128)

Membandingkan instans saat ini dengan objek lain dengan jenis yang sama dan mengembalikan bilangan bulat yang menunjukkan apakah instans saat ini mendahului, mengikuti, atau terjadi dalam posisi yang sama dalam urutan pengurutan seperti objek lainnya.

CompareTo(Object)

Membandingkan instans saat ini dengan objek lain dengan jenis yang sama dan mengembalikan bilangan bulat yang menunjukkan apakah instans saat ini mendahului, mengikuti, atau terjadi dalam posisi yang sama dalam urutan pengurutan seperti objek lainnya.

CopySign(Int128, Int128)

Menyalin tanda nilai ke tanda nilai lain.

CreateChecked<TOther>(TOther)

Membuat instans jenis saat ini dari nilai, melemparkan pengecualian luapan untuk nilai apa pun yang berada di luar rentang yang dapat diwakili dari jenis saat ini.

CreateSaturating<TOther>(TOther)

Membuat instans jenis saat ini dari nilai, menjenuhkan nilai apa pun yang berada di luar rentang yang dapat diwakili dari jenis saat ini.

CreateTruncating<TOther>(TOther)

Membuat instans jenis saat ini dari nilai, memotong nilai apa pun yang berada di luar rentang yang dapat diwakili dari jenis saat ini.

DivRem(Int128, Int128)

Menghitung kuota dan sisa dari dua nilai.

Equals(Int128)

Menunjukkan apakah objek saat ini sama dengan objek lain dengan jenis yang sama.

Equals(Object)

Menentukan apakah objek yang ditentukan sama dengan objek saat ini.

GetHashCode()

Berfungsi sebagai fungsi hash default.

IsEvenInteger(Int128)

Menentukan apakah nilai mewakili angka integral genap.

IsNegative(Int128)

Menentukan apakah nilai negatif.

IsOddInteger(Int128)

Menentukan apakah nilai mewakili angka integral ganjil.

IsPositive(Int128)

Menentukan apakah nilai positif.

IsPow2(Int128)

Menentukan apakah nilai adalah kekuatan dua.

LeadingZeroCount(Int128)

Menghitung jumlah nol di depan dalam sebuah nilai.

Log2(Int128)

Menghitung log2 dari nilai.

Max(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang lebih besar.

MaxMagnitude(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang lebih besar.

Min(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang lebih rendah.

MinMagnitude(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang lebih rendah.

Parse(ReadOnlySpan<Byte>, IFormatProvider)

Mengurai rentang karakter UTF-8 menjadi nilai.

Parse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider)

Mengurai rentang karakter UTF-8 menjadi nilai.

Parse(ReadOnlySpan<Char>, IFormatProvider)

Mengurai rentang karakter menjadi nilai.

Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)

Mengurai rentang karakter menjadi nilai.

Parse(String)

Mengurai string menjadi nilai.

Parse(String, IFormatProvider)

Mengurai string menjadi nilai.

Parse(String, NumberStyles)

Mengurai string menjadi nilai.

Parse(String, NumberStyles, IFormatProvider)

Mengurai string menjadi nilai.

PopCount(Int128)

Menghitung jumlah bit yang diatur dalam nilai.

RotateLeft(Int128, Int32)

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

RotateRight(Int128, Int32)

Memutar nilai tepat dengan jumlah tertentu.

Sign(Int128)

Menghitung tanda nilai.

ToString()

Mengembalikan string yang mewakili objek saat ini.

ToString(IFormatProvider)

Mengonversi nilai numerik instans ini ke representasi string yang setara menggunakan informasi format khusus budaya yang ditentukan.

ToString(String)

Mengonversi nilai numerik instans ini ke representasi string yang setara, menggunakan format yang ditentukan.

ToString(String, IFormatProvider)

Memformat nilai instans saat ini menggunakan format yang ditentukan.

TrailingZeroCount(Int128)

Menghitung jumlah nol berikutnya dalam sebuah nilai.

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

Mencoba memformat nilai instans saat ini sebagai UTF-8 ke dalam rentang byte yang disediakan.

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

Mencoba memformat nilai instans saat ini ke dalam rentang karakter yang disediakan.

TryParse(ReadOnlySpan<Byte>, IFormatProvider, Int128)

Mencoba mengurai rentang karakter UTF-8 ke dalam nilai.

TryParse(ReadOnlySpan<Byte>, Int128)

Mencoba mengonversi rentang karakter UTF-8 yang berisi representasi string angka ke bilangan bulat bertanda 128-bit yang setara.

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

Mencoba mengurai rentang karakter UTF-8 ke dalam nilai.

TryParse(ReadOnlySpan<Char>, IFormatProvider, Int128)

Mencoba mengurai string ke dalam nilai.

TryParse(ReadOnlySpan<Char>, Int128)

Mencoba mengurai rentang karakter menjadi nilai.

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

Mencoba mengurai rentang karakter menjadi nilai.

TryParse(String, IFormatProvider, Int128)

Mencoba mengurai string ke dalam nilai.

TryParse(String, Int128)

Mencoba mengurai string ke dalam nilai.

TryParse(String, NumberStyles, IFormatProvider, Int128)

Mencoba mengurai string ke dalam nilai.

Operator

Addition(Int128, Int128)

Menambahkan dua nilai bersama-sama untuk menghitung jumlahnya.

BitwiseAnd(Int128, Int128)

Menghitung bitwise-dan dari dua nilai.

BitwiseOr(Int128, Int128)

Menghitung bitwise-atau dari dua nilai.

CheckedAddition(Int128, Int128)

Menambahkan dua nilai bersama-sama untuk menghitung jumlahnya.

CheckedDecrement(Int128)

Mengurangi nilai.

CheckedDivision(Int128, Int128)

Membagi dua nilai bersama-sama untuk menghitung kuotanya.

CheckedExplicit(Double)

Mewakili bilangan bulat bertanda tangan 128-bit.

CheckedExplicit(Int128)

Mewakili bilangan bulat bertanda tangan 128-bit.

CheckedExplicit(Single)

Mewakili bilangan bulat bertanda tangan 128-bit.

CheckedIncrement(Int128)

Menaikkan nilai.

CheckedMultiply(Int128, Int128)

Mengalikan dua nilai bersama-sama untuk menghitung produknya.

CheckedSubtraction(Int128, Int128)

Mengurangi dua nilai untuk menghitung perbedaannya.

CheckedUnaryNegation(Int128)

Menghitung negasi nilai yang tidak biasa.

Decrement(Int128)

Mengurangi nilai.

Division(Int128, Int128)

Membagi dua nilai bersama-sama untuk menghitung kuotanya.

Equality(Int128, Int128)

Membandingkan dua nilai untuk menentukan kesetaraan.

ExclusiveOr(Int128, Int128)

Menghitung nilai eksklusif atau dari dua nilai.

Explicit(Decimal to Int128)

Secara eksplisit mengonversi nilai Decimal menjadi bilangan bulat bertanda tangan 128-bit.

Explicit(Double to Int128)

Secara eksplisit mengonversi nilai Double menjadi bilangan bulat bertanda tangan 128-bit.

Explicit(Int128 to Byte)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Byte.

Explicit(Int128 to Char)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Char.

Explicit(Int128 to Decimal)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Decimal.

Explicit(Int128 to Double)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Double.

Explicit(Int128 to Half)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Half.

Explicit(Int128 to Int16)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Int16.

Explicit(Int128 to Int32)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Int32.

Explicit(Int128 to Int64)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Int64.

Explicit(Int128 to IntPtr)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai IntPtr.

Explicit(Int128 to SByte)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai SByte.

Explicit(Int128 to Single)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai Single.

Explicit(Int128 to UInt128)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai UInt128.

Explicit(Int128 to UInt16)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai UInt16.

Explicit(Int128 to UInt32)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai UInt32.

Explicit(Int128 to UInt64)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai UInt64.

Explicit(Int128 to UIntPtr)

Secara eksplisit mengonversi bilangan bulat bertanda tangan 128-bit menjadi nilai UIntPtr.

Explicit(Single to Int128)

Secara eksplisit mengonversi nilai Single menjadi bilangan bulat bertanda tangan 128-bit.

GreaterThan(Int128, Int128)

Membandingkan dua nilai untuk menentukan mana yang lebih besar.

GreaterThanOrEqual(Int128, Int128)

Membandingkan dua nilai untuk menentukan mana yang lebih besar atau sama.

Implicit(Byte to Int128)

Secara implisit mengonversi nilai Byte menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(Char to Int128)

Secara implisit mengonversi nilai Char menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(Int16 to Int128)

Secara implisit mengonversi nilai Int16 menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(Int32 to Int128)

Secara implisit mengonversi nilai Int32 menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(Int64 to Int128)

Secara implisit mengonversi nilai Int64 menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(IntPtr to Int128)

Secara implisit mengonversi nilai IntPtr menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(SByte to Int128)

Secara implisit mengonversi nilai SByte menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(UInt16 to Int128)

Secara implisit mengonversi nilai UInt16 menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(UInt32 to Int128)

Secara implisit mengonversi nilai UInt32 menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(UInt64 to Int128)

Secara implisit mengonversi nilai UInt64 menjadi bilangan bulat bertanda tangan 128-bit.

Implicit(UIntPtr to Int128)

Secara implisit mengonversi nilai UIntPtr menjadi bilangan bulat bertanda tangan 128-bit.

Increment(Int128)

Menaikkan nilai.

Inequality(Int128, Int128)

Membandingkan dua nilai untuk menentukan ketidaksetaraan.

LeftShift(Int128, Int32)

Menggeser nilai yang ditinggalkan oleh jumlah tertentu.

LessThan(Int128, Int128)

Membandingkan dua nilai untuk menentukan mana yang kurang.

LessThanOrEqual(Int128, Int128)

Membandingkan dua nilai untuk menentukan mana yang kurang atau sama.

Modulus(Int128, Int128)

Membagi dua nilai bersama-sama untuk menghitung modulus atau sisanya.

Multiply(Int128, Int128)

Mengalikan dua nilai bersama-sama untuk menghitung produknya.

OnesComplement(Int128)

Menghitung representasi pelengkap seseorang dari nilai tertentu.

RightShift(Int128, Int32)

Menggeser nilai ke kanan dengan jumlah tertentu.

Subtraction(Int128, Int128)

Mengurangi dua nilai untuk menghitung perbedaannya.

UnaryNegation(Int128)

Menghitung negasi nilai yang tidak biasa.

UnaryPlus(Int128)

Menghitung nilai plus unary.

UnsignedRightShift(Int128, Int32)

Menggeser nilai ke kanan dengan jumlah tertentu.

Implementasi Antarmuka Eksplisit

IAdditiveIdentity<Int128,Int128>.AdditiveIdentity

Mendapatkan identitas aditif dari jenis saat ini.

IBinaryInteger<Int128>.GetByteCount()

Mendapatkan jumlah byte yang akan ditulis sebagai bagian dari TryWriteLittleEndian(Span<Byte>, Int32).

IBinaryInteger<Int128>.GetShortestBitLength()

Mendapatkan panjang, dalam bit, dari representasi pelengkap dua terpendek dari nilai saat ini.

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

Mewakili bilangan bulat bertanda tangan 128-bit.

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

Mewakili bilangan bulat bertanda tangan 128-bit.

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

Mencoba menulis nilai saat ini, dalam format big-endian, ke rentang tertentu.

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

Mencoba menulis nilai saat ini, dalam format little-endian, ke rentang tertentu.

IBinaryNumber<Int128>.AllBitsSet

Mendapatkan instans jenis biner tempat semua bit diatur.

IMultiplicativeIdentity<Int128,Int128>.MultiplicativeIdentity

Mendapatkan identitas multiplikatif dari jenis saat ini.

INumber<Int128>.MaxNumber(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang lebih besar dan mengembalikan nilai lain jika input NaN.

INumber<Int128>.MinNumber(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang lebih kecil dan mengembalikan nilai lain jika input NaN.

INumberBase<Int128>.IsCanonical(Int128)

Menentukan apakah nilai berada dalam representasi kanonisnya.

INumberBase<Int128>.IsComplexNumber(Int128)

Menentukan apakah nilai mewakili bilangan kompleks.

INumberBase<Int128>.IsFinite(Int128)

Menentukan apakah nilai terbatas.

INumberBase<Int128>.IsImaginaryNumber(Int128)

Menentukan apakah nilai mewakili angka imajiner murni.

INumberBase<Int128>.IsInfinity(Int128)

Menentukan apakah nilai tidak terbatas.

INumberBase<Int128>.IsInteger(Int128)

Menentukan apakah nilai mewakili angka integral.

INumberBase<Int128>.IsNaN(Int128)

Menentukan apakah nilainya adalah NaN.

INumberBase<Int128>.IsNegativeInfinity(Int128)

Menentukan apakah nilai adalah tak terbatas negatif.

INumberBase<Int128>.IsNormal(Int128)

Menentukan apakah nilai normal.

INumberBase<Int128>.IsPositiveInfinity(Int128)

Menentukan apakah nilai adalah tak terbatas positif.

INumberBase<Int128>.IsRealNumber(Int128)

Menentukan apakah nilai mewakili angka riil.

INumberBase<Int128>.IsSubnormal(Int128)

Menentukan apakah nilai adalah subnormal.

INumberBase<Int128>.IsZero(Int128)

Menentukan apakah nilai adalah nol.

INumberBase<Int128>.MaxMagnitudeNumber(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang memiliki besaran yang lebih besar dan mengembalikan nilai lain jika input NaN.

INumberBase<Int128>.MinMagnitudeNumber(Int128, Int128)

Membandingkan dua nilai dengan komputasi yang memiliki besaran lebih kecil dan mengembalikan nilai lain jika input NaN.

INumberBase<Int128>.MultiplyAddEstimate(Int128, Int128, Int128)

Menghitung perkiraan (left * right) + addend.

INumberBase<Int128>.Radix

Mendapatkan radix, atau dasar, untuk jenisnya.

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

Mewakili bilangan bulat bertanda tangan 128-bit.

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

Mewakili bilangan bulat bertanda tangan 128-bit.

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

Mewakili bilangan bulat bertanda tangan 128-bit.

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

Mencoba mengonversi instans jenis saat ini ke jenis lain, melemparkan pengecualian luapan untuk nilai apa pun yang berada di luar rentang yang dapat diwakili dari jenis saat ini.

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

Mencoba mengonversi instans jenis saat ini ke jenis lain, menjenuhkan nilai apa pun yang berada di luar rentang yang dapat diwakili dari jenis saat ini.

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

Mencoba mengonversi instans jenis saat ini ke jenis lain, memotong nilai apa pun yang berada di luar rentang yang dapat diwakili dari jenis saat ini.

Berlaku untuk