<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>
<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY.-->
<c74object module="rnbo" kind="rnboobject" name="fract~" category="Math">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="tag">RNBO Math</metadata>
</metadatalist>
<digest>Return only the fractional component of the input</digest>
<description><p>
Outputs the fractional component of the input, performing a modulo 1.0 operation on all input values.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="auto">
<digest>The input from which the remainder is to be extracted</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Reset inlets to default values.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_in1" name="Input" type="auto">
<digest>The input from which the remainder is to be extracted</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Remainder" type="signal">
<digest>The fractional component (remainder) of the input</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_round" type="rnborefpage" module="RNBO" display="round"></seealso>
<seealso name="rnbo_ceil" type="rnborefpage" module="RNBO" display="ceil"></seealso>
<seealso name="rnbo_floor" type="rnborefpage" module="RNBO" display="floor"></seealso>
<seealso name="rnbo_trunc" type="rnborefpage" module="RNBO" display="trunc"></seealso>
</seealsolist>
</c74object>