Table of Contents

Operator implicit operator

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

implicit operator ExInt128(byte)

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

public static implicit operator ExInt128(byte value)

Parameters

value byte

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(char)

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

public static implicit operator ExInt128(char value)

Parameters

value char

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(short)

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

public static implicit operator ExInt128(short value)

Parameters

value short

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(int)

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

public static implicit operator ExInt128(int value)

Parameters

value int

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(long)

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

public static implicit operator ExInt128(long value)

Parameters

value long

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(nint)

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

public static implicit operator ExInt128(nint value)

Parameters

value nint

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(sbyte)

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

[CLSCompliant(false)]
public static implicit operator ExInt128(sbyte value)

Parameters

value sbyte

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(ushort)

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

[CLSCompliant(false)]
public static implicit operator ExInt128(ushort value)

Parameters

value ushort

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(uint)

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

[CLSCompliant(false)]
public static implicit operator ExInt128(uint value)

Parameters

value uint

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(ulong)

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

[CLSCompliant(false)]
public static implicit operator ExInt128(ulong value)

Parameters

value ulong

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator ExInt128(nuint)

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

[CLSCompliant(false)]
public static implicit operator ExInt128(nuint value)

Parameters

value nuint

The value to convert.

Returns

ExInt128

value converted to a 128-bit signed integer.

implicit operator Int128(ExInt128)

Implicit converts a 128-bit unsigned integer to a UInt128 value.

public static implicit operator Int128(ExInt128 value)

Parameters

value ExInt128

The value to convert.

Returns

Int128

value converted to a UInt128.

implicit operator ExInt128(Int128)

Implicit converts a UInt128 value to a 128-bit unsigned integer.

public static implicit operator ExInt128(Int128 value)

Parameters

value Int128

The value to convert.

Returns

ExInt128

value converted to a 128-bit unsigned integer.

implicit operator UInt128(ExInt128)

Implicit converts a 128-bit unsigned integer to a UInt128 value.

[CLSCompliant(false)]
public static implicit operator UInt128(ExInt128 value)

Parameters

value ExInt128

The value to convert.

Returns

UInt128

value converted to a UInt128.

implicit operator ExInt128(UInt128)

Implicit converts a UInt128 value to a 128-bit unsigned integer.

[CLSCompliant(false)]
public static implicit operator ExInt128(UInt128 value)

Parameters

value UInt128

The value to convert.

Returns

ExInt128

value converted to a 128-bit unsigned integer.