LoByte, HiByte
(XAPI2000)
Deklaration VB 6.0
Function LoByte (ByVal X As Integer) As Byte
Function HiByte (ByVal X As Integer) As Byte
Deklaration VB.NET
Function LoByte (ByVal X As Short) As Byte
Function HiByte (ByVal X As Short) As Byte
Beskrivning
Två funktioner som returnerar de lägsta respektive de högsta
8 bitarna i ett 16-bitars tal.
Returvärden
De båda funktionerna returnerar omvandlat värde i form av ett
tal av typ Byte.. |
|