UInt128.Explicit 연산자

정의

오버로드

Name Description
Explicit(UInt128 to UIntPtr)

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

Explicit(UInt128 to UInt64)

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

Explicit(UInt128 to UInt32)

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

Explicit(UInt128 to UInt16)

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

Explicit(UInt128 to Single)

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

Explicit(UInt128 to SByte)

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

Explicit(UInt128 to IntPtr)

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

Explicit(UInt128 to Int64)

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

Explicit(UInt128 to Int32)

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

Explicit(UInt128 to Int128)

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

Explicit(UInt128 to Half)

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

Explicit(UInt128 to Int16)

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

Explicit(UInt128 to Decimal)

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

Explicit(Decimal to UInt128)

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

Explicit(UInt128 to Double)

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

Explicit(Int16 to UInt128)

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

Explicit(Int32 to UInt128)

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

Explicit(Int64 to UInt128)

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

Explicit(Double to UInt128)

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

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(IntPtr to UInt128)

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

Explicit(UInt128 to UIntPtr)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Important

이 API는 CLS 규격이 아닙니다.

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

public:
 static explicit operator UIntPtr(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> unativeint
Public Shared Narrowing Operator CType (value As UInt128) As UIntPtr

매개 변수

value
UInt128

변환할 값입니다.

반품

UIntPtr

unativeint

value UIntPtr로 변환됩니다.

특성

적용 대상

Explicit(UInt128 to UInt64)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Important

이 API는 CLS 규격이 아닙니다.

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

public:
 static explicit operator System::UInt64(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator ulong(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint64
Public Shared Narrowing Operator CType (value As UInt128) As ULong

매개 변수

value
UInt128

변환할 값입니다.

반품

value UInt64로 변환됩니다.

특성

적용 대상

Explicit(UInt128 to UInt32)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Important

이 API는 CLS 규격이 아닙니다.

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

public:
 static explicit operator System::UInt32(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator uint(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint32
Public Shared Narrowing Operator CType (value As UInt128) As UInteger

매개 변수

value
UInt128

변환할 값입니다.

반품

value UInt32로 변환됩니다.

특성

적용 대상

Explicit(UInt128 to UInt16)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Important

이 API는 CLS 규격이 아닙니다.

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

public:
 static explicit operator System::UInt16(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator ushort(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint16
Public Shared Narrowing Operator CType (value As UInt128) As UShort

매개 변수

value
UInt128

변환할 값입니다.

반품

value UInt16로 변환됩니다.

특성

적용 대상

Explicit(UInt128 to Single)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator float(UInt128 value);
public static explicit operator float(UInt128 value);
static member op_Explicit : UInt128 -> single
Public Shared Narrowing Operator CType (value As UInt128) As Single

매개 변수

value
UInt128

변환할 값입니다.

반품

value Single로 변환됩니다.

적용 대상

Explicit(UInt128 to SByte)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Important

이 API는 CLS 규격이 아닙니다.

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

public:
 static explicit operator System::SByte(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator sbyte(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> sbyte
Public Shared Narrowing Operator CType (value As UInt128) As SByte

매개 변수

value
UInt128

변환할 값입니다.

반품

value SByte로 변환됩니다.

특성

적용 대상

Explicit(UInt128 to IntPtr)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator IntPtr(UInt128 value);
public static explicit operator IntPtr(UInt128 value);
static member op_Explicit : UInt128 -> nativeint
Public Shared Narrowing Operator CType (value As UInt128) As IntPtr

매개 변수

value
UInt128

변환할 값입니다.

반품

IntPtr

nativeint

value IntPtr로 변환됩니다.

적용 대상

Explicit(UInt128 to Int64)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator long(UInt128 value);
public static explicit operator long(UInt128 value);
static member op_Explicit : UInt128 -> int64
Public Shared Narrowing Operator CType (value As UInt128) As Long

매개 변수

value
UInt128

변환할 값입니다.

반품

value Int64로 변환됩니다.

적용 대상

Explicit(UInt128 to Int32)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator int(UInt128 value);
public static explicit operator int(UInt128 value);
static member op_Explicit : UInt128 -> int
Public Shared Narrowing Operator CType (value As UInt128) As Integer

매개 변수

value
UInt128

변환할 값입니다.

반품

value Int32로 변환됩니다.

적용 대상

Explicit(UInt128 to Int128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Important

이 API는 CLS 규격이 아닙니다.

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

public:
 static explicit operator Int128(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator Int128(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> Int128
Public Shared Narrowing Operator CType (value As UInt128) As Int128

매개 변수

value
UInt128

변환할 값입니다.

반품

value Int128로 변환됩니다.

특성

적용 대상

Explicit(UInt128 to Half)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator Half(UInt128 value);
public static explicit operator Half(UInt128 value);
static member op_Explicit : UInt128 -> Half
Public Shared Narrowing Operator CType (value As UInt128) As Half

매개 변수

value
UInt128

변환할 값입니다.

반품

value Half로 변환됩니다.

적용 대상

Explicit(UInt128 to Int16)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator short(UInt128 value);
public static explicit operator short(UInt128 value);
static member op_Explicit : UInt128 -> int16
Public Shared Narrowing Operator CType (value As UInt128) As Short

매개 변수

value
UInt128

변환할 값입니다.

반품

value Int16로 변환됩니다.

적용 대상

Explicit(UInt128 to Decimal)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator System::Decimal(UInt128 value);
public static explicit operator decimal(UInt128 value);
static member op_Explicit : UInt128 -> decimal
Public Shared Narrowing Operator CType (value As UInt128) As Decimal

매개 변수

value
UInt128

변환할 값입니다.

반품

value Decimal로 변환됩니다.

적용 대상

Explicit(Decimal to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator UInt128(System::Decimal value);
public static explicit operator UInt128(decimal value);
static member op_Explicit : decimal -> UInt128
Public Shared Narrowing Operator CType (value As Decimal) As UInt128

매개 변수

value
Decimal

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

적용 대상

Explicit(UInt128 to Double)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator double(UInt128 value);
public static explicit operator double(UInt128 value);
static member op_Explicit : UInt128 -> double
Public Shared Narrowing Operator CType (value As UInt128) As Double

매개 변수

value
UInt128

변환할 값입니다.

반품

value Double로 변환됩니다.

적용 대상

Explicit(Int16 to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator UInt128(short value);
public static explicit operator UInt128(short value);
static member op_Explicit : int16 -> UInt128
Public Shared Narrowing Operator CType (value As Short) As UInt128

매개 변수

value
Int16

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

적용 대상

Explicit(Int32 to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator UInt128(int value);
public static explicit operator UInt128(int value);
static member op_Explicit : int -> UInt128
Public Shared Narrowing Operator CType (value As Integer) As UInt128

매개 변수

value
Int32

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

적용 대상

Explicit(Int64 to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator UInt128(long value);
public static explicit operator UInt128(long value);
static member op_Explicit : int64 -> UInt128
Public Shared Narrowing Operator CType (value As Long) As UInt128

매개 변수

value
Int64

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

적용 대상

Explicit(Double to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator UInt128(double value);
public static explicit operator UInt128(double value);
static member op_Explicit : double -> UInt128
Public Shared Narrowing Operator CType (value As Double) As UInt128

매개 변수

value
Double

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

적용 대상

Explicit(SByte to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Important

이 API는 CLS 규격이 아닙니다.

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

public:
 static explicit operator UInt128(System::SByte value);
[System.CLSCompliant(false)]
public static explicit operator UInt128(sbyte value);
[<System.CLSCompliant(false)>]
static member op_Explicit : sbyte -> UInt128
Public Shared Narrowing Operator CType (value As SByte) As UInt128

매개 변수

value
SByte

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

특성

적용 대상

Explicit(Single to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator UInt128(float value);
public static explicit operator UInt128(float value);
static member op_Explicit : single -> UInt128
Public Shared Narrowing Operator CType (value As Single) As UInt128

매개 변수

value
Single

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

적용 대상

Explicit(UInt128 to Byte)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator System::Byte(UInt128 value);
public static explicit operator byte(UInt128 value);
static member op_Explicit : UInt128 -> byte
Public Shared Narrowing Operator CType (value As UInt128) As Byte

매개 변수

value
UInt128

변환할 값입니다.

반품

value Byte로 변환됩니다.

적용 대상

Explicit(UInt128 to Char)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator char(UInt128 value);
public static explicit operator char(UInt128 value);
static member op_Explicit : UInt128 -> char
Public Shared Narrowing Operator CType (value As UInt128) As Char

매개 변수

value
UInt128

변환할 값입니다.

반품

value Char로 변환됩니다.

적용 대상

Explicit(IntPtr to UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

public:
 static explicit operator UInt128(IntPtr value);
public static explicit operator UInt128(IntPtr value);
static member op_Explicit : nativeint -> UInt128
Public Shared Narrowing Operator CType (value As IntPtr) As UInt128

매개 변수

value
IntPtr

nativeint

변환할 값입니다.

반품

value 는 부호 없는 128비트 정수로 변환됩니다.

적용 대상