PureData CEAMMC library web documentation
доступно с версии: 0.1
By default returns largest float in list, this equal to using @float property. Also you can choose largest symbol from list, using @symbol property.
@type
Запросить/установить type of largest element
тип: symbol
варианты: float, symbol, any
по умолчанию: float
@float
Запросить/установить alias for @type float. Find max float element in list
тип: alias
@symbol
Запросить/установить alias for @type symbol. Find greatest symbol element
тип: alias
@any
Запросить/установить alias for @type any. Find greatest atom of any type. Note: symbols are greater
then numbers
тип: alias
Смотрите также: [list.min]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later