Skip to content

UInt16Extensions.MostSignificantByte Method

Definition

Gets the most significant byte of a UInt16.

public static Byte MostSignificantByte(this ushort value);

View source

Parameters

Name Type Description
value UInt16

Returns

Byte

The most significant byte.