UInt16Extensions.LeastSignificantByte Method
Definition
Gets the least significant byte of a UInt16.
public static Byte LeastSignificantByte(this ushort value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt16 |
Returns
The least significant byte.
Gets the least significant byte of a UInt16.
public static Byte LeastSignificantByte(this ushort value);
| Name | Type | Description |
|---|---|---|
| value | UInt16 |
The least significant byte.