- MathAbs
- MathArccos
- MathArcsin
- MathArctan
- MathArctan2
- MathClassify
- MathCeil
- MathCos
- MathExp
- MathFloor
- MathLog
- MathLog10
- MathMax
- MathMin
- MathMod
- MathPow
- MathRand
- MathRound
- MathSin
- MathSqrt
- MathSrand
- MathTan
- MathIsValidNumber
- MathExpm1
- MathLog1p
- MathArccosh
- MathArcsinh
- MathArctanh
- MathCosh
- MathSinh
- MathTanh
- MathSwap
MathSwap
Change the order of bytes in the ushort type value.
ushort MathSwap(
|
Parameters
value
[in] Value for changing the order of bytes.
Return Value
ushort value with the reverse byte order.
MathSwap
Change the order of bytes in the uint type value.
uint MathSwap(
|
Parameters
value
[in] Value for changing the order of bytes.
Return Value
uint value with the reverse byte order.
MathSwap
Change the order of bytes in the ulong type value.
ulong MathSwap(
|
Parameters
value
[in] Value for changing the order of bytes.
Return Value
ulong value with the reverse byte order.
See also
Network functions, SocketRead, SocketSend, SocketTlsRead, SocketTlsReadAvailable, SocketTlsSend