Int128.Implicit 运算符

定义

重载

Implicit(SByte to Int128)

将值隐式转换为 SByte 128 位有符号整数。

Implicit(UIntPtr to Int128)

将值隐式转换为 UIntPtr 128 位有符号整数。

Implicit(UInt32 to Int128)

将值隐式转换为 UInt32 128 位有符号整数。

Implicit(UInt16 to Int128)

将值隐式转换为 UInt16 128 位有符号整数。

Implicit(IntPtr to Int128)

将值隐式转换为 IntPtr 128 位有符号整数。

Implicit(UInt64 to Int128)

将值隐式转换为 UInt64 128 位有符号整数。

Implicit(Int32 to Int128)

将值隐式转换为 Int32 128 位有符号整数。

Implicit(Int16 to Int128)

将值隐式转换为 Int16 128 位有符号整数。

Implicit(Char to Int128)

将值隐式转换为 Char 128 位有符号整数。

Implicit(Int64 to Int128)

将值隐式转换为 Int64 128 位有符号整数。

Implicit(Byte to Int128)

将值隐式转换为 Byte 128 位有符号整数。

Implicit(SByte to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

重要

此 API 不符合 CLS。

将值隐式转换为 SByte 128 位有符号整数。

public:
 static operator Int128(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> Int128
Public Shared Widening Operator CType (value As SByte) As Int128

参数

value
SByte

要转换的值。

返回

value 转换为 128 位有符号整数。

属性

适用于

Implicit(UIntPtr to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

重要

此 API 不符合 CLS。

将值隐式转换为 UIntPtr 128 位有符号整数。

public:
 static operator Int128(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> Int128
Public Shared Widening Operator CType (value As UIntPtr) As Int128

参数

value
UIntPtr

unativeint

要转换的值。

返回

value 转换为 128 位有符号整数。

属性

适用于

Implicit(UInt32 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

重要

此 API 不符合 CLS。

将值隐式转换为 UInt32 128 位有符号整数。

public:
 static operator Int128(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> Int128
Public Shared Widening Operator CType (value As UInteger) As Int128

参数

value
UInt32

要转换的值。

返回

value 转换为 128 位有符号整数。

属性

适用于

Implicit(UInt16 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

重要

此 API 不符合 CLS。

将值隐式转换为 UInt16 128 位有符号整数。

public:
 static operator Int128(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> Int128
Public Shared Widening Operator CType (value As UShort) As Int128

参数

value
UInt16

要转换的值。

返回

value 转换为 128 位有符号整数。

属性

适用于

Implicit(IntPtr to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

将值隐式转换为 IntPtr 128 位有符号整数。

public:
 static operator Int128(IntPtr value);
public static implicit operator Int128 (IntPtr value);
static member op_Implicit : nativeint -> Int128
Public Shared Widening Operator CType (value As IntPtr) As Int128

参数

value
IntPtr

nativeint

要转换的值。

返回

value 转换为 128 位有符号整数。

适用于

Implicit(UInt64 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

重要

此 API 不符合 CLS。

将值隐式转换为 UInt64 128 位有符号整数。

public:
 static operator Int128(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> Int128
Public Shared Widening Operator CType (value As ULong) As Int128

参数

value
UInt64

要转换的值。

返回

value 转换为 128 位有符号整数。

属性

适用于

Implicit(Int32 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

将值隐式转换为 Int32 128 位有符号整数。

public:
 static operator Int128(int value);
public static implicit operator Int128 (int value);
static member op_Implicit : int -> Int128
Public Shared Widening Operator CType (value As Integer) As Int128

参数

value
Int32

要转换的值。

返回

value 转换为 128 位有符号整数。

适用于

Implicit(Int16 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

将值隐式转换为 Int16 128 位有符号整数。

public:
 static operator Int128(short value);
public static implicit operator Int128 (short value);
static member op_Implicit : int16 -> Int128
Public Shared Widening Operator CType (value As Short) As Int128

参数

value
Int16

要转换的值。

返回

value 转换为 128 位有符号整数。

适用于

Implicit(Char to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

将值隐式转换为 Char 128 位有符号整数。

public:
 static operator Int128(char value);
public static implicit operator Int128 (char value);
static member op_Implicit : char -> Int128
Public Shared Widening Operator CType (value As Char) As Int128

参数

value
Char

要转换的值。

返回

value 转换为 128 位有符号整数。

适用于

Implicit(Int64 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

将值隐式转换为 Int64 128 位有符号整数。

public:
 static operator Int128(long value);
public static implicit operator Int128 (long value);
static member op_Implicit : int64 -> Int128
Public Shared Widening Operator CType (value As Long) As Int128

参数

value
Int64

要转换的值。

返回

value 转换为 128 位有符号整数。

适用于

Implicit(Byte to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

将值隐式转换为 Byte 128 位有符号整数。

public:
 static operator Int128(System::Byte value);
public static implicit operator Int128 (byte value);
static member op_Implicit : byte -> Int128
Public Shared Widening Operator CType (value As Byte) As Int128

参数

value
Byte

要转换的值。

返回

value 转换为 128 位有符号整数。

适用于