You are here: 计算值 > ListRangeExtractor

ListRangeExtractor

提取列表中找到的最小值和最大值。

For example, if this feature enters this transformer:

somelist{0}.val = 12

somelist{1}.val = 0.5

SOMELIST {2} .val = 8

然后分配给生成的最小属性的值为0.5,分配给最大属性的值为12。

Note that non-numeric minima and maxima may also be extracted. For example, if this feature enters this transformer:

somelist{0}.val = 'apple'

索音{1} .val ='甜甜圈'

somelist{2}.val = 'aardvark'

Then the value assigned to the resulting minimum attribute would be 'aardvark' and the value assigned to the maximum attribute would be 'donut'.

如果某些值是数字,其中一些值,则提取的最小值和最大值可能没有用。

Parameters

编辑变换器参数

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, clickbeside the applicable parameter. For more information, see变换器参数菜单选项.

变压器类别

计算值

搜索FME知识中心

搜索有关此变压器的样本和信息FME Knowledge Center.