Table of Contents

Operator implicit operator

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

implicit operator ExUInt128(byte)

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

public static implicit operator ExUInt128(byte value)

Parameters

value byte

The value to convert.

Returns

ExUInt128

value converted to a 128-bit unsigned integer.

implicit operator ExUInt128(char)

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

public static implicit operator ExUInt128(char value)

Parameters

value char

The value to convert.

Returns

ExUInt128

value converted to a 128-bit unsigned integer.

implicit operator ExUInt128(ushort)

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

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

Parameters

value ushort

The value to convert.

Returns

ExUInt128

value converted to a 128-bit unsigned integer.

implicit operator ExUInt128(uint)

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

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

Parameters

value uint

The value to convert.

Returns

ExUInt128

value converted to a 128-bit unsigned integer.

implicit operator ExUInt128(ulong)

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

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

Parameters

value ulong

The value to convert.

Returns

ExUInt128

value converted to a 128-bit unsigned integer.

implicit operator ExUInt128(nuint)

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

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

Parameters

value nuint

The value to convert.

Returns

ExUInt128

value converted to a 128-bit unsigned integer.

implicit operator UInt128(ExUInt128)

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

public static implicit operator UInt128(ExUInt128 value)

Parameters

value ExUInt128

The value to convert.

Returns

UInt128

value converted to a UInt128.

implicit operator ExUInt128(UInt128)

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

public static implicit operator ExUInt128(UInt128 value)

Parameters

value UInt128

The value to convert.

Returns

ExUInt128

value converted to a 128-bit unsigned integer.