UInt128.Explicit Operator

定義

オーバーロード

名前 説明
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)

Decimal値を 128 ビット符号なし整数に明示的に変換します。

Explicit(UInt128 to Double)

128 ビット符号なし整数を Double 値に明示的に変換します。

Explicit(Int16 to UInt128)

Int16値を 128 ビット符号なし整数に明示的に変換します。

Explicit(Int32 to UInt128)

Int32値を 128 ビット符号なし整数に明示的に変換します。

Explicit(Int64 to UInt128)

Int64値を 128 ビット符号なし整数に明示的に変換します。

Explicit(Double to UInt128)

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

IntPtr値を 128 ビット符号なし整数に明示的に変換します。

Explicit(UInt128 to UIntPtr)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

重要

この 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

valueUIntPtr に変換されます。

属性

適用対象

Explicit(UInt128 to UInt64)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

重要

この 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

変換する値。

返品

valueUInt64 に変換されます。

属性

適用対象

Explicit(UInt128 to UInt32)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

重要

この 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

変換する値。

返品

valueUInt32 に変換されます。

属性

適用対象

Explicit(UInt128 to UInt16)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

重要

この 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

変換する値。

返品

valueUInt16 に変換されます。

属性

適用対象

Explicit(UInt128 to Single)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueSingle に変換されます。

適用対象

Explicit(UInt128 to SByte)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

重要

この 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

変換する値。

返品

valueSByte に変換されます。

属性

適用対象

Explicit(UInt128 to IntPtr)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

valueIntPtr に変換されます。

適用対象

Explicit(UInt128 to Int64)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueInt64 に変換されます。

適用対象

Explicit(UInt128 to Int32)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueInt32 に変換されます。

適用対象

Explicit(UInt128 to Int128)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

重要

この 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

変換する値。

返品

valueInt128 に変換されます。

属性

適用対象

Explicit(UInt128 to Half)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueHalf に変換されます。

適用対象

Explicit(UInt128 to Int16)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueInt16 に変換されます。

適用対象

Explicit(UInt128 to Decimal)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueDecimal に変換されます。

適用対象

Explicit(Decimal to UInt128)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

Decimal値を 128 ビット符号なし整数に明示的に変換します。

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)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueDouble に変換されます。

適用対象

Explicit(Int16 to UInt128)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

Int16値を 128 ビット符号なし整数に明示的に変換します。

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)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

Int32値を 128 ビット符号なし整数に明示的に変換します。

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)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

Int64値を 128 ビット符号なし整数に明示的に変換します。

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)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

Double値を 128 ビット符号なし整数に明示的に変換します。

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)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

重要

この API は CLS 準拠ではありません。

SByte値を 128 ビット符号なし整数に明示的に変換します。

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)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

Single値を 128 ビット符号なし整数に明示的に変換します。

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)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueByte に変換されます。

適用対象

Explicit(UInt128 to Char)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
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

変換する値。

返品

valueChar に変換されます。

適用対象

Explicit(IntPtr to UInt128)

ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs
ソース:
UInt128.cs

IntPtr値を 128 ビット符号なし整数に明示的に変換します。

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 ビット符号なし整数に変換されます。

適用対象