PDF 内部構造 基本とファイル構造キー 新しいページはコチラ
提供: yonewiki
(→関数) |
(→/FunctionType 2 : 指数補完関数) |
||
972行: | 972行: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | |||
+ | |||
+ | |||
+ | ==== '''/FunctionType 3 : 縫合関数''' ==== | ||
+ | 複数の1入力関数を結合して利用するための関数 | ||
+ | <table style="width: 100%; text-align: left; border-collapse: collapse; border-spacing: 0;"> | ||
+ | <tr style=" background: #778ca3; border-right: solid 1px #778ca3; color: #ffffff;"> | ||
+ | <th style="width: 175px;">キー</th> | ||
+ | <th style="width: 175px;">型</th> | ||
+ | <th>指定する値の内容</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>/Functions ★</td> | ||
+ | <td>配列</td> | ||
+ | <td>1入力のm[個]の関数</td> | ||
+ | </tr> | ||
+ | <tr style=" background: #eeeeee;"> | ||
+ | <td>/Bounds ★</td> | ||
+ | <td>配列</td> | ||
+ | <td>関数が適用される区間を定義する。</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>/Encode ★</td> | ||
+ | <td>配列</td> | ||
+ | <td>2 × m[個]の関数のDomainとBoundsで定義される変数名の配列</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
=== '''ファイル指定辞書''' === | === '''ファイル指定辞書''' === |