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
valuebyteThe value to convert.
Returns
- ExInt128
valueconverted 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
valuecharThe value to convert.
Returns
- ExInt128
valueconverted 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
valueshortThe value to convert.
Returns
- ExInt128
valueconverted 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
valueintThe value to convert.
Returns
- ExInt128
valueconverted 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
valuelongThe value to convert.
Returns
- ExInt128
valueconverted 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
valuenintThe value to convert.
Returns
- ExInt128
valueconverted 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
valuesbyteThe value to convert.
Returns
- ExInt128
valueconverted 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
valueushortThe value to convert.
Returns
- ExInt128
valueconverted 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
valueuintThe value to convert.
Returns
- ExInt128
valueconverted 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
valueulongThe value to convert.
Returns
- ExInt128
valueconverted 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
valuenuintThe value to convert.
Returns
- ExInt128
valueconverted 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
valueExInt128The 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
valueInt128The value to convert.
Returns
- ExInt128
valueconverted 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
valueExInt128The 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
valueUInt128The value to convert.
Returns
- ExInt128
valueconverted to a 128-bit unsigned integer.