dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
networkByteOrder
dlib
math
utils
Undocumented in source. Be warned that the author may not have intended to support it.
ushort
networkByteOrder
(ushort value)
uint
networkByteOrder
(uint value)
ushort
networkByteOrder
(ushort value)
uint
networkByteOrder
(uint value)
version(LittleEndian)
nothrow
uint
networkByteOrder
(
uint
value
)
Examples
assert
(
networkByteOrder
(
cast
(
uint
)
0x000000FF
) ==
cast
(
uint
)
0xFF000000
);
Meta
Source
See Implementation
dlib
math
utils
enums
Axis
functions
allIsZero
bigEndian
bytesToUint
clamp
degtorad
fovXfromY
fovYfromX
invertArray
isConsiderZero
isPerfectSquare
isPowerOfTwo
max2
max3
min2
min3
networkByteOrder
nextPowerOfTen
nextPowerOfTwo
oneOfIsZero
radtodeg
sign
sum
swap
manifest constants
EPSILON