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)

현재 형식의 표현 가능한 범위를 벗어나는 값에 대해 오버플로 예외를 throw하여 값에서 현재 형식의 instance 만듭니다.

CreateSaturating<TOther>(TOther)

값에서 현재 형식의 instance 만들어 현재 형식의 표현 가능한 범위를 벗어나는 값을 채도합니다.

CreateTruncating<TOther>(TOther)

값에서 현재 형식의 instance 만들어 현재 형식의 표현 가능한 범위를 벗어나는 값을 잘려냅니다.

DivRem(UInt128, UInt128)

두 값의 몫과 나머지를 계산합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

Equals(UInt128)

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

GetHashCode()

기본 해시 함수로 작동합니다.

IsEvenInteger(UInt128)

값이 짝수 정수인지 여부를 결정합니다.

IsOddInteger(UInt128)

값이 홀수 정수인지 여부를 결정합니다.

IsPow2(UInt128)

값이 2의 힘인지 확인합니다.

LeadingZeroCount(UInt128)

값의 선행 0 수를 계산합니다.

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)

값의 후행 0 수를 계산합니다.

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

현재 instance 값의 형식을 제공된 바이트 범위로 UTF-8로 지정하려고 시도합니다.

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

현재 instance 값의 형식을 제공된 문자 범위로 지정하려고 시도합니다.

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)

값을 128비트 부호 없는 정수로 명시적으로 변환 Decimal 합니다.

Explicit(Double to UInt128)

값을 128비트 부호 없는 정수로 명시적으로 변환 Double 합니다.

Explicit(Int16 to UInt128)

값을 128비트 부호 없는 정수로 명시적으로 변환 Int16 합니다.

Explicit(Int32 to UInt128)

값을 128비트 부호 없는 정수로 명시적으로 변환 Int32 합니다.

Explicit(Int64 to UInt128)

값을 128비트 부호 없는 정수로 명시적으로 변환 Int64 합니다.

Explicit(IntPtr to UInt128)

값을 128비트 부호 없는 정수로 명시적으로 변환 IntPtr 합니다.

Explicit(SByte to UInt128)

값을 128비트 부호 없는 정수로 명시적으로 변환 SByte 합니다.

Explicit(Single to UInt128)

값을 128비트 부호 없는 정수로 명시적으로 변환 Single 합니다.

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)

값을 128비트 부호 없는 정수로 암시적으로 변환 Byte 합니다.

Implicit(Char to UInt128)

값을 128비트 부호 없는 정수로 암시적으로 변환 Char 합니다.

Implicit(UInt16 to UInt128)

값을 128비트 부호 없는 정수로 암시적으로 변환 UInt16 합니다.

Implicit(UInt32 to UInt128)

값을 128비트 부호 없는 정수로 암시적으로 변환 UInt32 합니다.

Implicit(UInt64 to UInt128)

값을 128비트 부호 없는 정수로 암시적으로 변환 UInt64 합니다.

Implicit(UIntPtr to UInt128)

값을 128비트 부호 없는 정수로 암시적으로 변환 UIntPtr 합니다.

Increment(UInt128)

값을 증분합니다.

Inequality(UInt128, UInt128)

두 값을 비교하여 같지 않음을 확인합니다.

LeftShift(UInt128, Int32)

지정된 양만큼 남은 값을 이동합니다.

LessThan(UInt128, UInt128)

두 값을 비교하여 더 적은 값을 확인합니다.

LessThanOrEqual(UInt128, UInt128)

두 값을 비교하여 어느 값이 작거나 같은지 확인합니다.

Modulus(UInt128, UInt128)

두 값을 함께 나누어 모듈러스 또는 나머지를 계산합니다.

Multiply(UInt128, UInt128)

두 값을 함께 곱하여 제품을 계산합니다.

OnesComplement(UInt128)

지정된 값의 보수 표현을 계산합니다.

RightShift(UInt128, Int32)

값을 지정된 양만큼 오른쪽으로 이동합니다.

Subtraction(UInt128, UInt128)

두 값을 빼서 차이를 계산합니다.

UnaryNegation(UInt128)

값의 단항 부정을 계산합니다.

UnaryPlus(UInt128)

값의 단항 더하기 를 계산합니다.

UnsignedRightShift(UInt128, Int32)

값을 지정된 양만큼 오른쪽으로 이동합니다.

명시적 인터페이스 구현

IAdditiveIdentity<UInt128,UInt128>.AdditiveIdentity

현재 형식의 추가 ID를 가져옵니다.

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)

현재 값을 big-endian 형식으로 지정된 범위에 쓰려고 시도합니다.

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

현재 값을 little-endian 형식으로 지정된 범위에 쓰려고 시도합니다.

IBinaryNumber<UInt128>.AllBitsSet

모든 비트가 설정된 이진 형식의 instance 가져옵니다.

IMultiplicativeIdentity<UInt128,UInt128>.MultiplicativeIdentity

현재 형식의 곱하기 ID를 가져옵니다.

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)

값이 0인지 확인합니다.

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

형식의 radix 또는 base를 가져옵니다.

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)

현재 형식의 instance 다른 형식으로 변환하여 현재 형식의 표시 가능한 범위를 벗어나는 값에 대해 오버플로 예외를 throw합니다.

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

현재 형식의 instance 다른 형식으로 변환하여 현재 형식의 표현 가능한 범위를 벗어나는 값을 채도합니다.

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

현재 형식의 instance 다른 형식으로 변환하여 현재 형식의 표현 가능한 범위를 벗어나는 값을 잘리려고 시도합니다.

적용 대상