Tao.PhysFs SDK Documentation |
|
Fs.PHYSFS_swapSLE16 Method
Swap littleendian signed 16 to platform's native byte order.
[Visual Basic]
Public Shared Function PHYSFS_swapSLE16( _
ByVal
val As
Short _
) As
Short
[C#]
public static
short PHYSFS_swapSLE16(
short val);
Parameters
-
val
- value to convert
Return Value
converted value.
Remarks
Take a 16-bit signed value in littleendian format and convert it to the platform's native byte order.
See Also
Fs Class | Tao.PhysFs Namespace