Returns a low word of a value Int32.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[CLSCompliantAttribute(false)]
public static ushort GetLowWord(
	int value
)

Parameters

value
Type: System..::.Int32
A value.

Return Value

A value of low 2 bytes.

See Also