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