UInt24.op_Implicit Operator
Overloads
op_Implicit(Byte)
Implicitly converts a Byte to a UInt24.
public static UInt24 operator Implicit(Byte value);
View source
Parameters
| Name |
Type |
Description |
| value |
Byte |
The value to convert. |
Returns
UInt24
op_Implicit(UInt16)
Implicitly converts a UInt16 to a UInt24.
public static UInt24 operator Implicit(ushort value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt16 |
The value to convert. |
Returns
UInt24
op_Implicit(UInt24)
Implicitly converts a UInt24 to a UInt32.
public static uint operator Implicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
UInt32
op_Implicit(UInt24)
Implicitly converts a UInt24 to an Int32.
public static int operator Implicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
Int32
op_Implicit(UInt24)
Implicitly converts a UInt24 to a Int64.
public static long operator Implicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
Int64
op_Implicit(UInt24)
Implicitly converts a UInt24 to a UInt64.
public static ulong operator Implicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
UInt64