Читати англійською Редагувати

Поділитися через


Int128.Implicit Operator

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Implicit(SByte to Int128)

Implicitly converts a SByte value to a 128-bit signed integer.

Implicit(UInt64 to Int128)

Implicitly converts a UInt64 value to a 128-bit signed integer.

Implicit(UInt32 to Int128)

Implicitly converts a UInt32 value to a 128-bit signed integer.

Implicit(UInt16 to Int128)

Implicitly converts a UInt16 value to a 128-bit signed integer.

Implicit(IntPtr to Int128)

Implicitly converts a IntPtr value to a 128-bit signed integer.

Implicit(UIntPtr to Int128)

Implicitly converts a UIntPtr value to a 128-bit signed integer.

Implicit(Int32 to Int128)

Implicitly converts a Int32 value to a 128-bit signed integer.

Implicit(Int16 to Int128)

Implicitly converts a Int16 value to a 128-bit signed integer.

Implicit(Char to Int128)

Implicitly converts a Char value to a 128-bit signed integer.

Implicit(Byte to Int128)

Implicitly converts a Byte value to a 128-bit signed integer.

Implicit(Int64 to Int128)

Implicitly converts a Int64 value to a 128-bit signed integer.

Implicit(SByte to Int128)

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

Important

This API is not CLS-compliant.

Implicitly converts a SByte value to a 128-bit signed integer.

C#
[System.CLSCompliant(false)]
public static implicit operator Int128(sbyte value);

Parameters

value
SByte

The value to convert.

Returns

value converted to a 128-bit signed integer.

Attributes

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(UInt64 to Int128)

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

Important

This API is not CLS-compliant.

Implicitly converts a UInt64 value to a 128-bit signed integer.

C#
[System.CLSCompliant(false)]
public static implicit operator Int128(ulong value);

Parameters

value
UInt64

The value to convert.

Returns

value converted to a 128-bit signed integer.

Attributes

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(UInt32 to Int128)

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

Important

This API is not CLS-compliant.

Implicitly converts a UInt32 value to a 128-bit signed integer.

C#
[System.CLSCompliant(false)]
public static implicit operator Int128(uint value);

Parameters

value
UInt32

The value to convert.

Returns

value converted to a 128-bit signed integer.

Attributes

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(UInt16 to Int128)

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

Important

This API is not CLS-compliant.

Implicitly converts a UInt16 value to a 128-bit signed integer.

C#
[System.CLSCompliant(false)]
public static implicit operator Int128(ushort value);

Parameters

value
UInt16

The value to convert.

Returns

value converted to a 128-bit signed integer.

Attributes

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(IntPtr to Int128)

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

Implicitly converts a IntPtr value to a 128-bit signed integer.

C#
public static implicit operator Int128(IntPtr value);

Parameters

value
IntPtr

The value to convert.

Returns

value converted to a 128-bit signed integer.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(UIntPtr to Int128)

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

Important

This API is not CLS-compliant.

Implicitly converts a UIntPtr value to a 128-bit signed integer.

C#
[System.CLSCompliant(false)]
public static implicit operator Int128(UIntPtr value);

Parameters

value
UIntPtr

The value to convert.

Returns

value converted to a 128-bit signed integer.

Attributes

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(Int32 to Int128)

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

Implicitly converts a Int32 value to a 128-bit signed integer.

C#
public static implicit operator Int128(int value);

Parameters

value
Int32

The value to convert.

Returns

value converted to a 128-bit signed integer.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(Int16 to Int128)

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

Implicitly converts a Int16 value to a 128-bit signed integer.

C#
public static implicit operator Int128(short value);

Parameters

value
Int16

The value to convert.

Returns

value converted to a 128-bit signed integer.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(Char to Int128)

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

Implicitly converts a Char value to a 128-bit signed integer.

C#
public static implicit operator Int128(char value);

Parameters

value
Char

The value to convert.

Returns

value converted to a 128-bit signed integer.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(Byte to Int128)

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

Implicitly converts a Byte value to a 128-bit signed integer.

C#
public static implicit operator Int128(byte value);

Parameters

value
Byte

The value to convert.

Returns

value converted to a 128-bit signed integer.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10

Implicit(Int64 to Int128)

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

Implicitly converts a Int64 value to a 128-bit signed integer.

C#
public static implicit operator Int128(long value);

Parameters

value
Int64

The value to convert.

Returns

value converted to a 128-bit signed integer.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET 7, 8, 9, 10