short – glib-2.0 Reference Manual
Packages
glib-2.0
short
MAX
MIN
max
min
abs
clamp
to_string
short
Object Hierarchy:
Description:
[
SimpleType
]
public
struct
short
Package:
glib-2.0
Content:
Constants:
public
const
short
MIN
public
const
short
MAX
Static methods:
public
static
short
min
(
short
a,
short
b)
public
static
short
max
(
short
a,
short
b)
Methods:
public
string
to_string
(
string
format =
"%hi"
)
public
short
clamp
(
short
low,
short
high)
public
short
abs
()