UInt24.op_Explicit Operator
Overloads
op_Explicit(SByte)
Explicitly converts an SByte to a UInt24.
public static UInt24 operator Explicit(sbyte value);
View source
Parameters
| Name |
Type |
Description |
| value |
SByte |
The value to convert. |
Returns
UInt24
op_Explicit(Int16)
Explicitly converts a Int16 to a UInt24.
public static UInt24 operator Explicit(Int16 value);
View source
Parameters
| Name |
Type |
Description |
| value |
Int16 |
The value to convert. |
Returns
UInt24
op_Explicit(Int32)
Explicitly converts an Int32 to a UInt24.
public static UInt24 operator Explicit(int value);
View source
Parameters
| Name |
Type |
Description |
| value |
Int32 |
The value to convert. |
Returns
UInt24
op_Explicit(UInt32)
Explicitly converts a UInt32 to a UInt24.
public static UInt24 operator Explicit(uint value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt32 |
The value to convert. |
Returns
UInt24
op_Explicit(Int64)
Explicitly converts a Int64 to a UInt24.
public static UInt24 operator Explicit(long value);
View source
Parameters
| Name |
Type |
Description |
| value |
Int64 |
The value to convert. |
Returns
UInt24
op_Explicit(UInt64)
Explicitly converts a UInt64 to a UInt24.
public static UInt24 operator Explicit(ulong value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt64 |
The value to convert. |
Returns
UInt24
op_Explicit(IntPtr)
Explicitly converts a IntPtr to a UInt24.
public static UInt24 operator Explicit(nint value);
View source
Parameters
| Name |
Type |
Description |
| value |
IntPtr |
The value to convert. |
Returns
UInt24
op_Explicit(UIntPtr)
Explicitly converts a UIntPtr to a UInt24.
public static UInt24 operator Explicit(nuint value);
View source
Parameters
| Name |
Type |
Description |
| value |
UIntPtr |
The value to convert. |
Returns
UInt24
op_Explicit(Half)
Explicitly converts a Half to a UInt24.
public static UInt24 operator Explicit(Half value);
View source
Parameters
| Name |
Type |
Description |
| value |
Half |
The value to convert. |
Returns
UInt24
op_Explicit(Single)
Explicitly converts a Single to a UInt24.
public static UInt24 operator Explicit(float value);
View source
Parameters
| Name |
Type |
Description |
| value |
Single |
The value to convert. |
Returns
UInt24
op_Explicit(Double)
Explicitly converts a Double to a UInt24.
public static UInt24 operator Explicit(double value);
View source
Parameters
| Name |
Type |
Description |
| value |
Double |
The value to convert. |
Returns
UInt24
op_Explicit(Decimal)
Explicitly converts a Decimal to a UInt24.
public static UInt24 operator Explicit(decimal value);
View source
Parameters
| Name |
Type |
Description |
| value |
Decimal |
The value to convert. |
Returns
UInt24
op_Explicit(UInt24)
Explicitly converts a UInt24 to a Byte.
public static Byte operator Explicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
Byte
op_Explicit(UInt24)
Explicitly converts a UInt24 to an SByte.
public static sbyte operator Explicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
SByte
op_Explicit(UInt24)
Explicitly converts a UInt24 to a Int16.
public static Int16 operator Explicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
Int16
op_Explicit(UInt24)
Explicitly converts a UInt24 to a UInt16.
public static ushort operator Explicit(UInt24 value);
View source
Parameters
| Name |
Type |
Description |
| value |
UInt24 |
The value to convert. |
Returns
UInt16