limits.sgml
来自「GLib是GTK+和GNOME工程的基础底层核心程序库」· SGML 代码 · 共 130 行
SGML
130 行
<!-- ##### SECTION Title ##### -->Limits of Basic Types<!-- ##### SECTION Short_Description ##### -->portable method of determining the limits of the standard types.<!-- ##### SECTION Long_Description ##### --><para>These macros provide a portable method to determine the limits of some ofthe standard integer and floating point types.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### MACRO G_MININT ##### --><para>The minimum value which can be held in a #gint.</para><!-- ##### MACRO G_MAXINT ##### --><para>The maximum value which can be held in a #gint.</para><!-- ##### MACRO G_MAXUINT ##### --><para>The maximum value which can be held in a #guint.</para><!-- ##### MACRO G_MINSHORT ##### --><para>The minimum value which can be held in a #gshort.</para><!-- ##### MACRO G_MAXSHORT ##### --><para>The maximum value which can be held in a #gshort.</para><!-- ##### MACRO G_MAXUSHORT ##### --><para>The maximum value which can be held in a #gushort.</para><!-- ##### MACRO G_MINLONG ##### --><para>The minimum value which can be held in a #glong.</para><!-- ##### MACRO G_MAXLONG ##### --><para>The maximum value which can be held in a #glong.</para><!-- ##### MACRO G_MAXULONG ##### --><para>The maximum value which can be held in a #gulong.</para><!-- ##### MACRO G_MININT64 ##### --><para>The minimum value which can be held in a #gint64.</para><!-- ##### MACRO G_MAXINT64 ##### --><para>The maximum value which can be held in a #gint64.</para><!-- ##### MACRO G_MAXUINT64 ##### --><para>The maximum value which can be held in a #guint64.</para><!-- ##### MACRO G_MINFLOAT ##### --><para>The minimum value which can be held in a #gfloat.</para><!-- ##### MACRO G_MAXFLOAT ##### --><para>The maximum value which can be held in a #gfloat.</para><!-- ##### MACRO G_MINDOUBLE ##### --><para>The minimum value which can be held in a #gdouble.</para><!-- ##### MACRO G_MAXDOUBLE ##### --><para>The maximum value which can be held in a #gdouble.</para>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?