intnum~ Reference

An integer.

intnum~

Examples

Arguments

value [auto]

Optional

The incoming signal value to be truncated.

Inlets

value [auto]

The incoming signal value to be truncated.

Outlets

out1 [signal]

The truncated signal output.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

reset [bang] (default: 0)

Banging this attribute will reset the object to its default state.

value [auto]

The incoming signal value to be truncated.

See Also

Name Description
ceil~ Round an input value up to the next higher integer (toward positive infinity)
floor~ Round an input value down to the next lower integer (toward negative infinity)
int Store a integer number, bang it out
round~ Round to nearest integer or multiple of a given value