Show / Hide Table of Contents

Mod

Mixture.ModNode

Inputs

Port Name Description
Source A
Source B

Output

Port Name Description
Out

Description

Perform a modulo with source A and source Band writes the result to output like so:

_Output = _SourceA % _SourceB;
  • Improve this Doc
Back to top Generated by DocFX