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
byteThe 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
charThe 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
ushortThe 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
uintThe 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
ulongThe 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
nuintThe 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
ExUInt128The value to convert.
Returns
implicit operator ExUInt128(UInt128)
Implicit converts a UInt128 value to a 128-bit unsigned integer.
public static implicit operator ExUInt128(UInt128 value)
Parameters
value
UInt128The value to convert.
Returns
- ExUInt128
value
converted to a 128-bit unsigned integer.