File: FoDatatype.html

package info (click to toggle)
xmlroff 0.6.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 36,460 kB
  • ctags: 25,964
  • sloc: ansic: 178,246; xml: 109,155; sh: 8,973; makefile: 1,331; perl: 30
file content (738 lines) | stat: -rw-r--r-- 54,438 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FoDatatype</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="xmlroff Reference Manual">
<link rel="up" href="datatypes.html" title="Datatype Objects">
<link rel="prev" href="datatypes.html" title="Datatype Objects">
<link rel="next" href="FoBoolean.html" title="FoBoolean">
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="users.html" title="Users' Guide">
<link rel="chapter" href="developers.html" title="Developers' Guide">
<link rel="chapter" href="object-hierarchy.html" title="Object Hierarchy">
<link rel="chapter" href="object.html" title="FoObject is wonderful">
<link rel="chapter" href="node.html" title="FoNode is wonderful">
<link rel="chapter" href="interfaces.html" title="Interfaces are truly wonderful">
<link rel="chapter" href="formatting-objects.html" title="Formatting Objects are truly wonderful">
<link rel="chapter" href="properties.html" title="Properties">
<link rel="chapter" href="areas.html" title="Area Objects">
<link rel="chapter" href="datatypes.html" title="Datatype Objects">
<link rel="chapter" href="context.html" title="Property Context Object">
<link rel="chapter" href="other-objects.html" title="Other Objects">
<link rel="chapter" href="utility-objects.html" title="Utility Objects">
<link rel="chapter" href="utility-modules.html" title="Utility Modules">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="datatypes.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="datatypes.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">xmlroff Reference Manual</th>
<td><a accesskey="n" href="FoBoolean.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#FoDatatype.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#FoDatatype.description" class="shortcut">Description</a>
                   | 
                  <a href="#FoDatatype.object-hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="FoDatatype"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="FoDatatype.top_of_page"></a>FoDatatype</span></h2>
<p>FoDatatype</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="FoDatatype.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
                    <a class="link" href="FoDatatype.html#FoDatatype-struct" title="FoDatatype">FoDatatype</a>;
                    <a class="link" href="FoDatatype.html#FoDatatypeClass" title="FoDatatypeClass">FoDatatypeClass</a>;
#define             <a class="link" href="FoDatatype.html#FO-DATATYPE-ERROR:CAPS" title="FO_DATATYPE_ERROR">FO_DATATYPE_ERROR</a>
<a
href="../glib/glib-Quarks.html#GQuark"
>GQuark</a>              <a class="link" href="FoDatatype.html#fo-datatype-error-quark" title="fo_datatype_error_quark ()">fo_datatype_error_quark</a>             (void);
enum                <a class="link" href="FoDatatype.html#FoDatatypeError" title="enum FoDatatypeError">FoDatatypeError</a>;
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-new" title="fo_datatype_new ()">fo_datatype_new</a>                     (void);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-copy" title="fo_datatype_copy ()">fo_datatype_copy</a>                    (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *datatype);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-get-condity-discard" title="fo_datatype_get_condity_discard ()">fo_datatype_get_condity_discard</a>     (void);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-get-condity-retain" title="fo_datatype_get_condity_retain ()">fo_datatype_get_condity_retain</a>      (void);

<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-add" title="fo_datatype_add ()">fo_datatype_add</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-sub" title="fo_datatype_sub ()">fo_datatype_sub</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-mul" title="fo_datatype_mul ()">fo_datatype_mul</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-div" title="fo_datatype_div ()">fo_datatype_div</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-mod" title="fo_datatype_mod ()">fo_datatype_mod</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-max" title="fo_datatype_max ()">fo_datatype_max</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-min" title="fo_datatype_min ()">fo_datatype_min</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-floor" title="fo_datatype_floor ()">fo_datatype_floor</a>                   (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-ceiling" title="fo_datatype_ceiling ()">fo_datatype_ceiling</a>                 (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-abs" title="fo_datatype_abs ()">fo_datatype_abs</a>                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-round" title="fo_datatype_round ()">fo_datatype_round</a>                   (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);
<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         <a class="link" href="FoDatatype.html#fo-datatype-negate" title="fo_datatype_negate ()">fo_datatype_negate</a>                  (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="FoDatatype.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
   +----<a class="link" href="FoObject.html" title="FoObject">FoObject</a>
         +----FoDatatype
               +----<a class="link" href="FoBoolean.html" title="FoBoolean">FoBoolean</a>
               +----<a class="link" href="FoChar.html" title="FoChar">FoChar</a>
               +----<a class="link" href="FoColor.html" title="FoColor">FoColor</a>
               +----<a class="link" href="FoEnum.html" title="FoEnum">FoEnum</a>
               +----<a class="link" href="FoExpression.html" title="FoExpression">FoExpression</a>
               +----<a class="link" href="FoId.html" title="FoId">FoId</a>
               +----<a class="link" href="FoInteger.html" title="FoInteger">FoInteger</a>
               +----<a class="link" href="FoKeep.html" title="FoKeep">FoKeep</a>
               +----<a class="link" href="FoLengthBpIpD.html" title="FoLengthBpIpD">FoLengthBpIpD</a>
               +----<a class="link" href="FoLengthCond.html" title="FoLengthCond">FoLengthCond</a>
               +----<a class="link" href="FoLength.html" title="FoLength">FoLength</a>
               +----<a class="link" href="FoLengthRange.html" title="FoLengthRange">FoLengthRange</a>
               +----<a class="link" href="FoName.html" title="FoName">FoName</a>
               +----<a class="link" href="FoNumber.html" title="FoNumber">FoNumber</a>
               +----<a class="link" href="FoNumeric.html" title="FoNumeric">FoNumeric</a>
               +----<a class="link" href="FoPercentage.html" title="FoPercentage">FoPercentage</a>
               +----<a class="link" href="FoSpace.html" title="FoSpace">FoSpace</a>
               +----<a class="link" href="FoString.html" title="FoString">FoString</a>
               +----<a class="link" href="FoUnknown.html" title="FoUnknown">FoUnknown</a>
               +----<a class="link" href="FoUriSpecification.html" title="FoUriSpecification">FoUriSpecification</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="FoDatatype.description"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="FoDatatype.details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="FoDatatype-struct"></a><h3>FoDatatype</h3>
<pre class="programlisting">typedef struct _FoDatatype FoDatatype;</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="FoDatatypeClass"></a><h3>FoDatatypeClass</h3>
<pre class="programlisting">typedef struct _FoDatatypeClass FoDatatypeClass;</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="FO-DATATYPE-ERROR:CAPS"></a><h3>FO_DATATYPE_ERROR</h3>
<pre class="programlisting">#define FO_DATATYPE_ERROR fo_datatype_error_quark ()
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-error-quark"></a><h3>fo_datatype_error_quark ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Quarks.html#GQuark"
>GQuark</a>              fo_datatype_error_quark             (void);</pre>
<p>
Get the error quark for <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</p>
<p>
If the quark does not yet exist, create it.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Quark associated with <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> errors
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="FoDatatypeError"></a><h3>enum FoDatatypeError</h3>
<pre class="programlisting">typedef enum
{
  FO_DATATYPE_ERROR_WRONG_DATATYPE, /* Wrong datatype for context */
  FO_DATATYPE_ERROR_ADD,	    /* Cannot add datatype types */
  FO_DATATYPE_ERROR_SUB,	    /* Cannot subtract datatype types */
  FO_DATATYPE_ERROR_MUL,	    /* Cannot multiply datatype types */
  FO_DATATYPE_ERROR_DIV,	    /* Cannot divide datatype types */
  FO_DATATYPE_ERROR_MOD,	    /* Cannot get mod of datatype types */
  FO_DATATYPE_ERROR_MAX,	    /* max() error */
  FO_DATATYPE_ERROR_MIN,	    /* min() error */
  FO_DATATYPE_ERROR_FLOOR,	    /* floor() error */
  FO_DATATYPE_ERROR_ROUND,	    /* round() error */
  FO_DATATYPE_ERROR_CEILING,	    /* ceiling() error */
  FO_DATATYPE_ERROR_ABS,	    /* abs() error */
  FO_DATATYPE_ERROR_NEGATE	    /* negation error */
} FoDatatypeError;
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-new"></a><h3>fo_datatype_new ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_new                     (void);</pre>
<p>
Creates a new <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> initialized to default value.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the new <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-copy"></a><h3>fo_datatype_copy ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_copy                    (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *datatype);</pre>
<p>
Makes a copy of <em class="parameter"><code>datatype</code></em></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>datatype</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> to be copied
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Copy of <em class="parameter"><code>datatype</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-get-condity-discard"></a><h3>fo_datatype_get_condity_discard ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_get_condity_discard     (void);</pre>
<p>
</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> value for conditionality="discard"
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-get-condity-retain"></a><h3>fo_datatype_get_condity_retain ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_get_condity_retain      (void);</pre>
<p>
</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> value for conditionality="retain"
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-add"></a><h3>fo_datatype_add ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_add                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);</pre>
<p>
Find addition of the values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>
are unchanged.
</p>
<p>
The type of the return value depends on the types of <em class="parameter"><code>arg1</code></em> and
<em class="parameter"><code>arg2</code></em>:
</p>
<p>
fo_datatype_add (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>
fo_datatype_add (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_add (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_add (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_add (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>)     --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_add (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> with value that is equal to addition of
values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute addition
of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  The type of the return value depends on the
types of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-sub"></a><h3>fo_datatype_sub ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_sub                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);</pre>
<p>
Find subtraction of the value of <em class="parameter"><code>arg2</code></em> from the value of <em class="parameter"><code>arg1</code></em>.
<em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> are unchanged.
</p>
<p>
The type of the return value depends on the types of <em class="parameter"><code>arg1</code></em> and
<em class="parameter"><code>arg2</code></em>:
</p>
<p>
fo_datatype_sub (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>
fo_datatype_sub (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_sub (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_sub (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_sub (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>)     --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_sub (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> with value that is equal to subtraction
of the value of <em class="parameter"><code>arg2</code></em> from the value of <em class="parameter"><code>arg1</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if
cannot compute subisor of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  The type of the return
value depends on the types of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-mul"></a><h3>fo_datatype_mul ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_mul                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);</pre>
<p>
Find multiple of values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> are
unchanged.
</p>
<p>
The type of the return value depends on the types of <em class="parameter"><code>arg1</code></em> and
<em class="parameter"><code>arg2</code></em>:
</p>
<p>
fo_datatype_mul (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>
fo_datatype_mul (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mul (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>)     --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_mul (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>
fo_datatype_mul (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mul (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mul (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>)     --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_mul (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mul (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_mul (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_mul (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_mul (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>
fo_datatype_mul (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mul (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>)     --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_mul (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> with value that is equal to mulisor of
values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute mulisor of
<em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  The type of the return value depends on the types
of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-div"></a><h3>fo_datatype_div ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_div                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);</pre>
<p>
Find divisor of values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> are
unchanged.
</p>
<p>
The type of the return value depends on the types of <em class="parameter"><code>arg1</code></em> and
<em class="parameter"><code>arg2</code></em>:
</p>
<p>
fo_datatype_div (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>
fo_datatype_div (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_div (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_div (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_div (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_div (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_div (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_div (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>
fo_datatype_div (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>
fo_datatype_div (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>
fo_datatype_div (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> with value that is equal to divisor of
values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute divisor of
<em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  The type of the return value depends on the types
of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-mod"></a><h3>fo_datatype_mod ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_mod                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);</pre>
<p>
Find modulus of values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> are
unchanged.
</p>
<p>
The type of the return value depends on the types of <em class="parameter"><code>arg1</code></em> and
<em class="parameter"><code>arg2</code></em>:
</p>
<p>
fo_datatype_mod (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>
fo_datatype_mod (<a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>,    <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoLength.html" title="FoLength"><span class="type">FoLength</span></a>,     <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>) --&gt; <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>
fo_datatype_mod (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoNumber.html" title="FoNumber"><span class="type">FoNumber</span></a>)     --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>
fo_datatype_mod (<a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a>, <a class="link" href="FoInteger.html" title="FoInteger"><span class="type">FoInteger</span></a>)    --&gt; <a class="link" href="FoPercentage.html" title="FoPercentage"><span class="type">FoPercentage</span></a></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> with value that is equal to modulus of
values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute modulus of
<em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  The type of the return value depends on the types
of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-max"></a><h3>fo_datatype_max ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_max                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);</pre>
<p>
Find maximum of values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> are
unchanged.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
<td> Instance of child type of <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same child type as <em class="parameter"><code>arg1</code></em>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same type as <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> and with
value that is equal to maximum of values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>, or
<a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute maximum of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-min"></a><h3>fo_datatype_min ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_min                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg1,
                                                         <a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg2);</pre>
<p>
Find minimum of values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.  <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> are
unchanged.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
<td> Instance of child type of <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same child type as <em class="parameter"><code>arg1</code></em>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same type as <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em> and with
value that is equal to minimum of values of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>, or
<a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute minimum of <em class="parameter"><code>arg1</code></em> and <em class="parameter"><code>arg2</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-floor"></a><h3>fo_datatype_floor ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_floor                   (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);</pre>
<p>
Computed floor value of value of <em class="parameter"><code>arg</code></em>.  <em class="parameter"><code>arg</code></em> is unchanged.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same type as <em class="parameter"><code>arg</code></em> and with value that
is floor value of value of <em class="parameter"><code>arg</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute
floor of <em class="parameter"><code>arg</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-ceiling"></a><h3>fo_datatype_ceiling ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_ceiling                 (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);</pre>
<p>
Computed ceiling value of value of <em class="parameter"><code>arg</code></em>.  <em class="parameter"><code>arg</code></em> is unchanged.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same type as <em class="parameter"><code>arg</code></em> and with value that
is ceiling value of value of <em class="parameter"><code>arg</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute
ceiling of <em class="parameter"><code>arg</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-abs"></a><h3>fo_datatype_abs ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_abs                     (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);</pre>
<p>
Compute absolute value of value of <em class="parameter"><code>arg</code></em>.  <em class="parameter"><code>arg</code></em> is unchanged.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same type as <em class="parameter"><code>arg</code></em> and with value that
is absolute value of value of <em class="parameter"><code>arg</code></em>, or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute
absolute value of <em class="parameter"><code>arg</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-round"></a><h3>fo_datatype_round ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_round                   (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);</pre>
<p>
Computed rounded value of value of <em class="parameter"><code>arg</code></em>.  <em class="parameter"><code>arg</code></em> is unchanged.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> to round.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same type as <em class="parameter"><code>arg</code></em> and with value that
is rounded value of value of <em class="parameter"><code>arg</code></em>, of <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> is cannot round
<em class="parameter"><code>arg</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="fo-datatype-negate"></a><h3>fo_datatype_negate ()</h3>
<pre class="programlisting"><a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a>*         fo_datatype_negate                  (<a class="link" href="FoDatatype.html" title="FoDatatype">FoDatatype</a> *arg);</pre>
<p>
Compute negated value of value of <em class="parameter"><code>arg</code></em>.  <em class="parameter"><code>arg</code></em> is unchanged.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>arg</code></em> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> to negate.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a class="link" href="FoDatatype.html" title="FoDatatype"><span class="type">FoDatatype</span></a> of same type as <em class="parameter"><code>arg</code></em> and negated value,
or <a class="link" href="xmlroff-FoError.html#FoError" title="FoError"><span class="type">FoError</span></a> if cannot compute negated value of <em class="parameter"><code>arg</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.10</div>
</body>
</html>