|   | WordMakeDoubleWord Method | 
        
        
            Makes an unsigned double-word (UInt32) from two unsigned words (UInt16).
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxGSF.Word.MakeDoubleWord = function(high, low);
Parameters
- high  UInt16
- High word.
- low  UInt16
- Low word.
Return Value
UInt32An unsigned 32-bit double-word made from the two specified unsigned 16-bit words.
 See Also
See Also