Click or drag to resize

wclHelpersHiWord Method

Returns Hi Word of the UInt32 value.

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

Parameters

nValue  UInt32
The UInt32 value.

Return Value

UInt16
The Hi Word.
See Also