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