Open Help
fract~
Return only the fractional component of the input
Description
Outputs the fractional component of the input, performing a modulo 1.0 operation on all input values.
Inlets
Input [auto]
The input from which the remainder is to be extractedOutlets
Remainder [signal]
The fractional component (remainder) of the inputDynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [auto]
The input from which the remainder is to be extracted
reset [bang] (default: 0)
Reset inlets to default values.
See Also
Name | Description |
---|---|
round | Round to nearest integer or multiple of a given value |
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) |
trunc | Round the value down to the next smaller integer (toward zero) |