/
Utility.MakeLong_Method

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

C#
public static uint MakeLong(
	ushort low,
	ushort high
)
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.



Related content

Utility.MakeLong Method
Utility.MakeLong Method
More like this
Utility.MakeWord_Method
Utility.MakeWord_Method
More like this
Utility.MakeWord Method
Utility.MakeWord Method
More like this
Utility.HighWord Method
Utility.HighWord Method
More like this
Utility.HighByte_Method
Utility.HighByte_Method
More like this
Utility.HighByte Method
Utility.HighByte Method
More like this