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
byteThe 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
charThe 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
shortThe 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
intThe 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
longThe 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
nintThe 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
sbyteThe 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
ushortThe 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
uintThe 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
ulongThe 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
nuintThe 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
ExInt128The value to convert.
Returns
implicit operator ExInt128(Int128)
Implicit converts a UInt128 value to a 128-bit unsigned integer.
public static implicit operator ExInt128(Int128 value)
Parameters
value
Int128The 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
ExInt128The value to convert.
Returns
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
UInt128The value to convert.
Returns
- ExInt128
value
converted to a 128-bit unsigned integer.