Click or drag to resize

wclHelpersHiByte Method

Returns Hi Byte of the UInt16 value.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static byte HiByte(
	ushort nValue
)

Parameters

nValue  UInt16
The UInt16 value.

Return Value

Byte
The Hi Byte.
See Also