Utility.MakeLong_Method
Creates a 4-byte value by concatenating the two values.
Namespace: Â JollyGiant.Emulation
Assembly: Â JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function MakeLong ( _ low As UShort, _ high As UShort _ ) As UInteger |
Visual C++ |
---|
public: static unsigned int MakeLong( unsigned short low, unsigned short high ) |
JavaScript |
---|
JollyGiant.Emulation.Utility.MakeLong = function(low, high); |
Parameters
low
Type: System..UInt16
The low-order value.
high
Type: System..UInt16
The high-order value.
Return Value
The new 4-byte value.
See Also
Utility Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.