|   | WordMakeWord Method | 
        
        
            Makes an unsigned word (UInt16) from two bytes.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxPublic Shared Function MakeWord ( 
	high As Byte,
	low As Byte
) As UShort
GSF.Word.MakeWord = function(high, low);
Parameters
- high  Byte
- High byte.
- low  Byte
- Low byte.
Return Value
UInt16An unsigned 16-bit word made from the two specified bytes.
 See Also
See Also